Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Attributes | List of all members
Program::BufferDef Struct Reference

Buffer reflection information. More...

#include <Program.hpp>

Public Attributes

std::vector< UniformDefmembers
 Uniforms in buffer.
 
std::string name
 Buffer name.
 
uint binding
 Buffer binding location.
 
uint size
 Buffer size.
 
uint set
 Buffer binding set.
 
uint count
 Number of similar buffers for this binding point.
 
bool storage
 Is this a storage buffer.
 

Detailed Description

Buffer reflection information.


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