ViewProjection Struct
Per-viewport camera matrices used for a render pass. More...
Declaration
struct helios::opengl::OpenGLBackend::ViewProjection { ... }
Public Member Attributes Index
| helios::math::mat4f | viewMatrix |
| helios::math::mat4f | projectionMatrix |
Description
Per-viewport camera matrices used for a render pass.
Definition at line 134 of file OpenGLBackend.ixx.
Public Member Attributes
projectionMatrix
|
Definition at line 136 of file OpenGLBackend.ixx.
136 helios::math::mat4f projectionMatrix;
viewMatrix
|
Definition at line 135 of file OpenGLBackend.ixx.
135 helios::math::mat4f viewMatrix;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.