xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Graphics::Shader::ShaderUBO Struct Reference

#include <shader.h>

Public Member Functions

 ShaderUBO ()
 
 ShaderUBO (const ShaderUBO &src)
 
 ShaderUBO (GLuint idx, GLuint gid)
 
const ShaderUBOoperator= (const ShaderUBO &src)
 

Public Attributes

GLuint index
 
GLuint glid
 

Detailed Description

Definition at line 161 of file shader.h.

Constructor & Destructor Documentation

◆ ShaderUBO() [1/3]

Graphics::Shader::ShaderUBO::ShaderUBO ( )
inline

Definition at line 164 of file shader.h.

◆ ShaderUBO() [2/3]

Graphics::Shader::ShaderUBO::ShaderUBO ( const ShaderUBO src)
inline

Definition at line 165 of file shader.h.

◆ ShaderUBO() [3/3]

Graphics::Shader::ShaderUBO::ShaderUBO ( GLuint  idx,
GLuint  gid 
)
inline

Definition at line 166 of file shader.h.

Member Function Documentation

◆ operator=()

const ShaderUBO& Graphics::Shader::ShaderUBO::operator= ( const ShaderUBO src)
inline

Definition at line 167 of file shader.h.

References glid, and index.

Member Data Documentation

◆ glid

GLuint Graphics::Shader::ShaderUBO::glid

Definition at line 163 of file shader.h.

Referenced by operator=().

◆ index

GLuint Graphics::Shader::ShaderUBO::index

Definition at line 162 of file shader.h.

Referenced by operator=().


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