gfx v0.2.0 (2020-11-15T11:15:14Z)
Dub
Repo
LightModelUbo
buffer
per draw call UBO for the light pipeline
struct
LightModelUbo {
FMat4
modelViewProj
;
FVec4
position
;
FVec4
colAndLum
;
float
[
8
]
pad
;
}
Members
Variables
colAndLum
FVec4
colAndLum
;
color in RGB, luminosity in A
modelViewProj
FMat4
modelViewProj
;
Undocumented in source.
pad
float
[
8
]
pad
;
Undocumented in source.
position
FVec4
position
;
Undocumented in source.
Meta
Source
See Implementation
buffer
classes
DeferredBuffers
functions
buildUvSpheroid
structs
DynBuffer
GeomFrameUbo
GeomModelData
GeomModelUbo
LightFrameUbo
LightModelUbo
Mesh
MeshBuffer
P2T2Vertex
P3N3Vertex
per draw call UBO for the light pipeline