Fix various typos (#2719)

Found via `codespell -q 3 -S ./3rdparty,*.ttf -L attribut,ba,clude,conly,indext,inout,lod,nclude,retur,utput`
This commit is contained in:
luzpaz
2022-02-05 14:34:15 -05:00
committed by GitHub
parent e79f92a241
commit 6875e96bcb
27 changed files with 71 additions and 71 deletions

View File

@@ -3658,7 +3658,7 @@ public static class bgfx
/// <summary>
/// Reserve matrices in internal matrix cache.
/// @attention Pointer returned can be modifed until `bgfx::frame` is called.
/// @attention Pointer returned can be modified until `bgfx::frame` is called.
/// </summary>
///
/// <param name="_transform">Pointer to `Transform` structure.</param>
@@ -3777,7 +3777,7 @@ public static class bgfx
public static extern void encoder_set_transient_vertex_buffer_with_layout(Encoder* _this, uint8 _stream, TransientVertexBuffer* _tvb, uint32 _startVertex, uint32 _numVertices, VertexLayoutHandle _layoutHandle);
/// <summary>
/// Set number of vertices for auto generated vertices use in conjuction
/// Set number of vertices for auto generated vertices use in conjunction
/// with gl_VertexID.
/// @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`.
/// </summary>
@@ -3821,7 +3821,7 @@ public static class bgfx
public static extern void encoder_set_instance_data_from_dynamic_vertex_buffer(Encoder* _this, DynamicVertexBufferHandle _handle, uint32 _startVertex, uint32 _num);
/// <summary>
/// Set number of instances for auto generated instances use in conjuction
/// Set number of instances for auto generated instances use in conjunction
/// with gl_InstanceID.
/// @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`.
/// </summary>
@@ -4206,7 +4206,7 @@ public static class bgfx
/// <summary>
/// Reserve matrices in internal matrix cache.
/// @attention Pointer returned can be modifed until `bgfx::frame` is called.
/// @attention Pointer returned can be modified until `bgfx::frame` is called.
/// </summary>
///
/// <param name="_transform">Pointer to `Transform` structure.</param>
@@ -4335,7 +4335,7 @@ public static class bgfx
public static extern void set_transient_vertex_buffer_with_layout(uint8 _stream, TransientVertexBuffer* _tvb, uint32 _startVertex, uint32 _numVertices, VertexLayoutHandle _layoutHandle);
/// <summary>
/// Set number of vertices for auto generated vertices use in conjuction
/// Set number of vertices for auto generated vertices use in conjunction
/// with gl_VertexID.
/// @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`.
/// </summary>
@@ -4379,7 +4379,7 @@ public static class bgfx
public static extern void set_instance_data_from_dynamic_vertex_buffer(DynamicVertexBufferHandle _handle, uint32 _startVertex, uint32 _num);
/// <summary>
/// Set number of instances for auto generated instances use in conjuction
/// Set number of instances for auto generated instances use in conjunction
/// with gl_InstanceID.
/// @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`.
/// </summary>