XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALRayTracingProceduralHitShaderGroupDescription Struct Reference

This describes the ray tracing general shader group information. More...

#include <PipelineState.h>

Public Member Functions

XII_ALWAYS_INLINE bool operator== (const xiiGALRayTracingProceduralHitShaderGroupDescription &rhs) const =default
 

Public Attributes

xiiHashedString m_sName
 The unique group name.
 
xiiSharedPtr< xiiGALShaderm_pIntersectionShader
 The reference-counted pointer to the shader of type xiiGALShaderType::RayIntersection. This must not be invalid.
 
xiiSharedPtr< xiiGALShaderm_pClosestHitShader
 The reference-counted pointer to the shader of type xiiGALShaderType::RayClosestHit. This can be invalid.
 
xiiSharedPtr< xiiGALShaderm_pAnyHitShader
 The reference-counted pointer to the shader of type xiiGALShaderType::RayAnyHit. This can be invalid.
 

Detailed Description

This describes the ray tracing general shader group information.


The documentation for this struct was generated from the following file: