CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::ShaderCompiler::VertexSemantic Struct Reference

Vertex shader semantic (or rather attribute) layout structure. More...

#include <CeresEngine/Material/ShaderCompiler/ShaderCompiler.hpp>

Public Attributes

String semantic
 Specifies the shader semantic (or rather attribute).
 
Int32 location
 Specifies the binding location.
 

Detailed Description

Vertex shader semantic (or rather attribute) layout structure.

See also
ShaderOutput::vertexSemantics

Member Data Documentation

◆ location

Int32 CeresEngine::ShaderCompiler::VertexSemantic::location

Specifies the binding location.

◆ semantic

String CeresEngine::ShaderCompiler::VertexSemantic::semantic

Specifies the shader semantic (or rather attribute).


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