Module ray_trace

Module ray_trace 

Source
Expand description

Ray tracing pipeline types

Structs§

RayTracePipeline
Smart pointer handle to a pipeline object.
RayTracePipelineInfo
Information used to create a RayTracePipeline instance.
RayTracePipelineInfoBuilder
Builder for RayTracePipelineInfo.
RayTraceShaderGroup
Describes the set of the shader stages to be included in each shader group in the ray trace pipeline.

Enums§

RayTraceShaderGroupType
Describes a type of ray tracing shader group, which is a collection of shaders which run in the specified mode.