Method UpdateBuiltinShaderConstants
UpdateBuiltinShaderConstants(Matrix4x4, Matrix4x4, bool, int)
Update the shader constant data used by the C++ builtin renderer.
Declaration
public static void UpdateBuiltinShaderConstants(Matrix4x4 viewMatrix, Matrix4x4 projMatrix, bool renderIntoTexture, int viewIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix4x4 | viewMatrix | |
| Matrix4x4 | projMatrix | |
| bool | renderIntoTexture | |
| int | viewIndex |