Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
A GLSL source. More...
#include <geogram_gfx/basic/GLSL.h>
Public Member Functions | |
Source () | |
Source constructor. | |
Source (const char *src) | |
Source constructor from a char pointer. More... | |
Source (const std::string &src) | |
Source constructor from a string. More... | |
Source (const Source &rhs) | |
Source copy constructor. More... | |
Source & | operator= (const Source &rhs) |
Source assignment operator. More... | |
const char * | text () |
Gets the text. More... | |
Protected Member Functions | |
void | copy (const Source &rhs) |
Copies a Source. More... | |
A GLSL source.
Can be a pointer to a static string in constant memory or a dynamically created string.
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |