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-07-08 at 12:01:11 +0000