SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLGLUniform.h File Reference
#include <SL.h>
#include <SLEventHandler.h>
Include dependency graph for SLGLUniform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLGLUniform< T >
 Template for a single GLSL uniform variable. More...
 

Typedefs

typedef SLGLUniform< SLfloatSLGLUniform1f
 
typedef SLGLUniform< SLintSLGLUniform1i
 
typedef SLGLUniform< SLuintSLGLUniform1u
 
typedef vector< SLGLUniform1f * > SLVUniform1f
 STL vector of SLGLShaderUniform1f pointers. More...
 
typedef vector< SLGLUniform1i * > SLVUniform1i
 

Detailed Description

Date
July 2014
Authors
Marcus Hudritsch
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLGLUniform.h.

Typedef Documentation

◆ SLGLUniform1f

Definition at line 149 of file SLGLUniform.h.

◆ SLGLUniform1i

Definition at line 150 of file SLGLUniform.h.

◆ SLGLUniform1u

Definition at line 151 of file SLGLUniform.h.

◆ SLVUniform1f

typedef vector<SLGLUniform1f*> SLVUniform1f

STL vector of SLGLShaderUniform1f pointers.

Definition at line 154 of file SLGLUniform.h.

◆ SLVUniform1i

typedef vector<SLGLUniform1i*> SLVUniform1i

Definition at line 155 of file SLGLUniform.h.