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

internal More...

Public Attributes

CompiledUniformProptarget
 
UniformType type
 
std::string name
 
int array_count
 

Detailed Description

internal

See also
UniformBufferCompiler

Definition at line 47 of file uniform_buffer.h.

Member Data Documentation

◆ array_count

int eu::render::UniformProp::array_count

Definition at line 52 of file uniform_buffer.h.

◆ name

std::string eu::render::UniformProp::name

Definition at line 51 of file uniform_buffer.h.

◆ target

CompiledUniformProp* eu::render::UniformProp::target

Definition at line 49 of file uniform_buffer.h.

◆ type

UniformType eu::render::UniformProp::type

Definition at line 50 of file uniform_buffer.h.


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