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

Public Attributes

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

Detailed Description

Definition at line 29 of file uniform_buffer.h.

Member Data Documentation

◆ binding_point

int eu::render::UniformBufferSetup::binding_point = 1

Definition at line 32 of file uniform_buffer.h.

◆ name

std::string eu::render::UniformBufferSetup::name

Definition at line 33 of file uniform_buffer.h.

◆ size

int eu::render::UniformBufferSetup::size = 512

Definition at line 31 of file uniform_buffer.h.

◆ source

std::string eu::render::UniformBufferSetup::source

Definition at line 34 of file uniform_buffer.h.


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