Euphoria
Public Attributes | List of all members
eu::core::CompiledUniformProp Struct Reference

A compiled uniform buffer property that can be used in a shader. More...

Public Attributes

int offset = -1
 
UniformType type = UniformType::invalid
 
int array_count = -1
 

Detailed Description

A compiled uniform buffer property that can be used in a shader.

Definition at line 32 of file uniform_buffer.h.

Member Data Documentation

◆ array_count

int eu::core::CompiledUniformProp::array_count = -1

Definition at line 36 of file uniform_buffer.h.

◆ offset

int eu::core::CompiledUniformProp::offset = -1

Definition at line 34 of file uniform_buffer.h.

◆ type

UniformType eu::core::CompiledUniformProp::type = UniformType::invalid

Definition at line 35 of file uniform_buffer.h.


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