|
Nebula
|
Classes | |
| class | VolumetricFogContext |
Functions | |
| __ImplementContext (VolumetricFogContext, VolumetricFogContext::fogGenericVolumeAllocator) | |
Variables | ||
| struct { | ||
| CoreGraphics::ShaderId Fog::classificationShader | ||
| CoreGraphics::ShaderProgramId Fog::cullProgram | ||
| CoreGraphics::ShaderProgramId Fog::renderProgram | ||
| CoreGraphics::BufferId Fog::clusterFogIndexLists | ||
| CoreGraphics::BufferSet Fog::stagingClusterFogLists | ||
| CoreGraphics::BufferId Fog::clusterFogLists | ||
| Util::FixedArray< CoreGraphics::ResourceTableId > Fog::resourceTables | ||
| float Fog::turbidity | ||
| Math::vec3 Fog::color | ||
| Volumefog::FogBox Fog::fogBoxes [128] | ||
| Volumefog::FogSphere Fog::fogSpheres [128] | ||
| bool Fog::showUI = false | ||
| } | fogState | |
| struct { | ||
| CoreGraphics::ShaderId Fog::blurShader | ||
| CoreGraphics::ShaderProgramId Fog::blurXProgram | ||
| CoreGraphics::ShaderProgramId Fog::blurYProgram | ||
| Util::FixedArray< CoreGraphics::ResourceTableId > Fog::blurXTable | ||
| Util::FixedArray< CoreGraphics::ResourceTableId > Fog::blurYTable | ||
| CoreGraphics::BufferId Fog::blurConstants | ||
| } | blurState | |
| Fog::__ImplementContext | ( | VolumetricFogContext | , |
| VolumetricFogContext::fogGenericVolumeAllocator | ) |
| CoreGraphics::BufferId Fog::blurConstants |
| CoreGraphics::ShaderId Fog::blurShader |
| struct { ... } Fog::blurState |
| CoreGraphics::ShaderProgramId Fog::blurXProgram |
| Util::FixedArray<CoreGraphics::ResourceTableId> Fog::blurXTable |
| CoreGraphics::ShaderProgramId Fog::blurYProgram |
| Util::FixedArray<CoreGraphics::ResourceTableId> Fog::blurYTable |
| CoreGraphics::ShaderId Fog::classificationShader |
| CoreGraphics::BufferId Fog::clusterFogIndexLists |
| CoreGraphics::BufferId Fog::clusterFogLists |
| Math::vec3 Fog::color |
| CoreGraphics::ShaderProgramId Fog::cullProgram |
| Volumefog::FogBox Fog::fogBoxes[128] |
| Volumefog::FogSphere Fog::fogSpheres[128] |
| struct { ... } Fog::fogState |
| CoreGraphics::ShaderProgramId Fog::renderProgram |
| Util::FixedArray<CoreGraphics::ResourceTableId> Fog::resourceTables |
| bool Fog::showUI = false |
| CoreGraphics::BufferSet Fog::stagingClusterFogLists |
| float Fog::turbidity |