Struct RaytracingShaderGroupInfo::ShaderLink
Defined in File raytracing-shader-group-info.h
Nested Relationships
This struct is a nested type of Class RaytracingShaderGroupInfo.
Struct Documentation
-
struct ShaderLink
This struct represents a certain shader in the library.
Public Members
-
ResourceId libraryId = {0}
The identifier of the ShaderInfo.
-
size_t entryPointIndex = {0}
The index of the library entry point.
-
char const *pGlobalName = {nullptr}
The name from D3D12_EXPORT_DESC if available, otherwise entrypoint name.
-
ResourceId libraryId = {0}