Struct RendererAPI::PipelineDesc#
Defined in File RendererAPI.h
Nested Relationships#
This struct is a nested type of Class RendererAPI.
Struct Documentation#
-
struct PipelineDesc#
Description of a pipeline.
Public Members
-
PipelineType Type = {}#
-
std::variant<ComputePipelineDesc, GraphicsPipelineDesc, RayTracingPipelineDesc> Pipeline = {GraphicsPipelineDesc()}#
-
TRAP::Ref<PipelineCache> Cache = {}#
-
void *PipelineExtensions = {}#
-
std::string Name = {}#
-
PipelineType Type = {}#