Euphoria
Public Attributes | List of all members
eu::render::ShaderSource_withLayout Struct Reference

Shader source with the layout that is expected. More...

Public Attributes

core::ShaderVertexAttributes layout
 
std::string vertex
 
std::string fragment
 

Detailed Description

Shader source with the layout that is expected.

See also
ShaderSource

Definition at line 31 of file shader.source.h.

Member Data Documentation

◆ fragment

std::string eu::render::ShaderSource_withLayout::fragment

Definition at line 35 of file shader.source.h.

◆ layout

core::ShaderVertexAttributes eu::render::ShaderSource_withLayout::layout

Definition at line 33 of file shader.source.h.

◆ vertex

std::string eu::render::ShaderSource_withLayout::vertex

Definition at line 34 of file shader.source.h.


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