cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
cae::ShaderPipelineDesc Struct Reference

Struct for shader pipeline description. More...

#include <IShaderFrontend.hpp>

+ Collaboration diagram for cae::ShaderPipelineDesc:

Public Attributes

ShaderID id
 
ShaderID vertex
 
ShaderID fragment
 

Detailed Description

Struct for shader pipeline description.

Definition at line 68 of file IShaderFrontend.hpp.

Member Data Documentation

◆ fragment

ShaderID cae::ShaderPipelineDesc::fragment

Definition at line 72 of file IShaderFrontend.hpp.

◆ id

ShaderID cae::ShaderPipelineDesc::id

Definition at line 70 of file IShaderFrontend.hpp.

◆ vertex

ShaderID cae::ShaderPipelineDesc::vertex

Definition at line 71 of file IShaderFrontend.hpp.


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