Euphoria
Public Member Functions | Public Attributes | List of all members
eu::render::UniformBufferCompiler Struct Reference

Public Member Functions

void add (CompiledUniformProp *target, UniformType type, const std::string &name, int array_count=1)
 
UniformBufferSetup compile (const std::string &name, int binding_point) const
 

Public Attributes

std::vector< UniformPropprops
 

Detailed Description

Definition at line 55 of file uniform_buffer.h.

Member Function Documentation

◆ add()

void eu::render::UniformBufferCompiler::add ( CompiledUniformProp target,
UniformType  type,
const std::string &  name,
int  array_count = 1 
)

◆ compile()

UniformBufferSetup eu::render::UniformBufferCompiler::compile ( const std::string &  name,
int  binding_point 
) const

Member Data Documentation

◆ props

std::vector<UniformProp> eu::render::UniformBufferCompiler::props

Definition at line 62 of file uniform_buffer.h.


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