Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ShaderCodeArchive.h |
| Include | #include "ShaderCodeArchive.h" |
Syntax
struct FIoStoreShaderMapEntry
Remarks
Descriptor of a shader map. This concept exists in run time, so this class describes the information stored in the library for a particular FShaderMap
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | NumShaders | Number of shaders in this shader map. | |
| uint32 | ShaderIndicesOffset | Offset to an the first shader index referenced by this shader map in the array of shader indices. |