Class EnvMapArray
Namespace: ValveResourceFormat.Renderer.Buffers
Assembly: Renderer.dll
Uniform buffer array containing all environment map probe data.
csharp
public class EnvMapArrayInheritance
Fields
EnvMaps
Array of environment map probe data entries.
csharp
public readonly EnvMapData[] EnvMapsField Value
MAX_ENVMAPS
Maximum number of environment map probes supported per scene.
csharp
public const int MAX_ENVMAPS = 128
