Nameless Engine
|
Classes | |
struct | ShadowPassDataGroup |
Public Attributes | |
std::unique_ptr< ShaderLightArraySlot > | pDirectionalLightArraySlot |
ShadowPassDataGroup | shadowPassData |
DirecionalLightShaderData | shaderData |
Groups data related to shaders.
std::unique_ptr<ShaderLightArraySlot> ne::DirectionalLightNode::ShaderData::pDirectionalLightArraySlot |
Slot in the array with data of all spawned directional lights.
DirecionalLightShaderData ne::DirectionalLightNode::ShaderData::shaderData |
Groups data that will be directly copied to the GPU resource.
ShadowPassDataGroup ne::DirectionalLightNode::ShaderData::shadowPassData |
Groups data used in shadow pass.