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

Struct for shader source description. More...

#include <IShaderFrontend.hpp>

+ Collaboration diagram for cae::ShaderSourceDesc:

Public Attributes

ShaderID id
 
ShaderSourceType type
 
std::string source
 
ShaderStage stage
 

Detailed Description

Struct for shader source description.

Definition at line 42 of file IShaderFrontend.hpp.

Member Data Documentation

◆ id

ShaderID cae::ShaderSourceDesc::id

Definition at line 44 of file IShaderFrontend.hpp.

Referenced by cae::GLSL::compile().

◆ source

std::string cae::ShaderSourceDesc::source

Definition at line 46 of file IShaderFrontend.hpp.

Referenced by cae::GLSL::compile().

◆ stage

ShaderStage cae::ShaderSourceDesc::stage

Definition at line 47 of file IShaderFrontend.hpp.

Referenced by cae::GLSL::compile().

◆ type

ShaderSourceType cae::ShaderSourceDesc::type

Definition at line 45 of file IShaderFrontend.hpp.


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