Euphoria
Public Attributes | List of all members
eu::core::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 41 of file uniform_buffer.h.

Member Data Documentation

◆ array_count

int eu::core::UniformProp::array_count

Definition at line 46 of file uniform_buffer.h.

◆ name

std::string eu::core::UniformProp::name

Definition at line 45 of file uniform_buffer.h.

◆ target

CompiledUniformProp* eu::core::UniformProp::target

Definition at line 43 of file uniform_buffer.h.

◆ type

UniformType eu::core::UniformProp::type

Definition at line 44 of file uniform_buffer.h.


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