#include <program_uniform.h>
Public Member Functions | |
Construction | |
| CL_ProgramUniform () | |
| Constructs a program uniform. | |
| CL_ProgramUniform (const CL_StringRef &name, int size, int type, int location) | |
| Constructs a ProgramUniform. | |
| ~CL_ProgramUniform () | |
Attributes | |
| CL_StringRef | get_name () const |
| Get uniform name. | |
| int | get_type () const |
| Get uniform OpenGL type. | |
| int | get_size () const |
| Get uniform size. | |
| int | get_location () const |
| Get uniform location. | |
|
|
Constructs a program uniform.
|
|
||||||||||||||||||||
|
Constructs a ProgramUniform.
|
|
|
|
|
|
Get uniform location.
|
|
|
Get uniform name.
|
|
|
Get uniform size.
|
|
|
Get uniform OpenGL type.
|
1.4.6