KDGpu::RayTracingShaderGroupOptions
#include <raytracing_pipeline_options.h>
Public Attributes
Public Attributes Documentation
variable type
 | RayTracingShaderGroupType type;
  | 
 
variable generalShaderIndex
 | std::optional< uint32_t > generalShaderIndex;
  | 
 
variable closestHitShaderIndex
 | std::optional< uint32_t > closestHitShaderIndex;
  | 
 
variable anyHitShaderIndex
 | std::optional< uint32_t > anyHitShaderIndex;
  | 
 
variable intersectionShaderIndex
 | std::optional< uint32_t > intersectionShaderIndex;
  | 
 
Updated on 2025-11-02 at 00:01:41 +0000