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

Public Attributes

int size = 512
 
int binding_point = 1
 
std::string name
 
std::string source
 

Detailed Description

Definition at line 23 of file uniform_buffer.h.

Member Data Documentation

◆ binding_point

int eu::core::UniformBufferSetup::binding_point = 1

Definition at line 26 of file uniform_buffer.h.

◆ name

std::string eu::core::UniformBufferSetup::name

Definition at line 27 of file uniform_buffer.h.

◆ size

int eu::core::UniformBufferSetup::size = 512

Definition at line 25 of file uniform_buffer.h.

◆ source

std::string eu::core::UniformBufferSetup::source

Definition at line 28 of file uniform_buffer.h.


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