Loading...
Searching...
No Matches
HgiShaderProgramDesc Struct Reference

Describes the properties needed to create a GPU shader program. More...

#include <shaderProgram.h>

Public Attributes

std::string debugName
 
HgiShaderFunctionHandleVector shaderFunctions
 

Detailed Description

Describes the properties needed to create a GPU shader program.

  • debugName: This label can be applied as debug label for gpu debugging.
  • shaderFunctions: Holds handles to shader functions for each shader stage.

Definition at line 51 of file shaderProgram.h.

Member Data Documentation

◆ debugName

std::string debugName

Definition at line 56 of file shaderProgram.h.

◆ shaderFunctions

HgiShaderFunctionHandleVector shaderFunctions

Definition at line 57 of file shaderProgram.h.


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