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

Member Data Documentation

◆ array_count

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

Definition at line 42 of file uniform_buffer.h.

◆ offset

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

Definition at line 40 of file uniform_buffer.h.

◆ type

UniformType eu::render::CompiledUniformProp::type = UniformType::invalid

Definition at line 41 of file uniform_buffer.h.


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