BgfxSetViewTransform Method |
Sets the view and projection transforms for the given rendering view.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetViewTransform(
ushort id,
float* view,
float* projection
)
Parameters
- id UInt16
- The index of the view.
- view Single*
- The 4x4 view transform matrix.
- projection Single*
- The 4x4 projection transform matrix.
See Also