All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HgiComputePipelineDesc Struct Reference

Describes the properties needed to create a GPU compute pipeline. More...

Public Attributes

std::string debugName
 
HgiShaderProgramHandle shaderProgram
 
HgiComputeShaderConstantsDesc shaderConstantsDesc
 

Detailed Description

Describes the properties needed to create a GPU compute pipeline.

  • shaderProgram: Shader function used in this pipeline.
  • shaderConstantsDesc: Describes the shader uniforms.

Definition at line 79 of file computePipeline.h.


The documentation for this struct was generated from the following file: