![]() |
VR-Forces 4.10 Class Documentation
|
Class doing all the heavy lifting in regards of forward+ lighting. More...
Go to the source code of this file.
Classes | |
| class | makVrv::DtTileSpaceLightGrid |
| Class doing all the heavy lifting in regards of forward+ lighting. More... | |
Namespaces | |
| makVrv | |
| Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) | |
Macros | |
| #define | CPU_SIDE_COMPILATION 1 |
| This data is held per slot in the index buffer. More... | |
Class doing all the heavy lifting in regards of forward+ lighting.
| #define CPU_SIDE_COMPILATION 1 |
This data is held per slot in the index buffer.
It intrinsically replicates light position and direction per index entry, but that is an intentional choice to avoid another buffer indirection. NOTE!! This must match the vrv_tile_light_index_list structure in lighting.frag.glsl.