Struct camera::camera_input¶
Defined in File camera.hpp
Nested Relationships¶
This struct is a nested type of Class camera.
Struct Documentation¶
-
struct
legion::rendering::camera
::
camera_input
Public Functions
-
inline
camera_input
(math::mat4 view, math::mat4 proj, math::vec3 pos, math::vec3 vdir, float nearz, float farz, math::ivec2 viewportSize)
-
inline void
bind
(material_handle &materialHandle) const
Public Members
-
math::vec4
data
[10]
-
math::mat4
view
-
math::mat4
proj
-
math::vec3
pos
-
float
nearz
-
math::vec4
posnearz
-
math::vec3
vdir
-
float
farz
-
math::vec4
vdirfarz
-
math::ivec2
viewportSize
-
union legion::rendering::camera::camera_input::[anonymous] [anonymous]
-
inline