Pioneer
Loading...
Searching...
No Matches
Public Attributes | List of all members
Graphics::ShaderParser::ShaderInfo Struct Reference

#include <ShaderParser.h>

Public Attributes

std::string name
 
std::string vertexPath
 
std::string fragmentPath
 
std::vector< TextureInfotextureBindings
 
std::vector< BufferInfobufferBindings
 
std::vector< PushConstantInfopushConstantBindings
 

Member Data Documentation

◆ bufferBindings

std::vector<BufferInfo> Graphics::ShaderParser::ShaderInfo::bufferBindings

◆ fragmentPath

std::string Graphics::ShaderParser::ShaderInfo::fragmentPath

◆ name

std::string Graphics::ShaderParser::ShaderInfo::name

◆ pushConstantBindings

std::vector<PushConstantInfo> Graphics::ShaderParser::ShaderInfo::pushConstantBindings

◆ textureBindings

std::vector<TextureInfo> Graphics::ShaderParser::ShaderInfo::textureBindings

◆ vertexPath

std::string Graphics::ShaderParser::ShaderInfo::vertexPath

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