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 2024-11-22 at 00:02:00 +0000