|
@@ -2731,6 +2731,7 @@ extern fn bgfx_destroy_frame_buffer(_handle: FrameBufferHandle) void;
|
|
|
/// - `u_model mat4[BGFX_CONFIG_MAX_BONES]` - array of model matrices.
|
|
/// - `u_model mat4[BGFX_CONFIG_MAX_BONES]` - array of model matrices.
|
|
|
/// - `u_modelView mat4` - concatenated model view matrix, only first
|
|
/// - `u_modelView mat4` - concatenated model view matrix, only first
|
|
|
/// model matrix from array is used.
|
|
/// model matrix from array is used.
|
|
|
|
|
+/// - `u_invModelView mat4` - inverted concatenated model view matrix.
|
|
|
/// - `u_modelViewProj mat4` - concatenated model view projection matrix.
|
|
/// - `u_modelViewProj mat4` - concatenated model view projection matrix.
|
|
|
/// - `u_alphaRef float` - alpha reference value for alpha test.
|
|
/// - `u_alphaRef float` - alpha reference value for alpha test.
|
|
|
/// <param name="_name">Uniform name in shader.</param>
|
|
/// <param name="_name">Uniform name in shader.</param>
|