Merge pull request #2917 from greg-lunarg/i2907
Improved comment for glslang_optimization_level_t
This commit is contained in:
commit
9617bdea15
@ -121,7 +121,9 @@ typedef enum {
|
|||||||
/* EShExecutable counterpart */
|
/* EShExecutable counterpart */
|
||||||
typedef enum { GLSLANG_EX_VERTEX_FRAGMENT, GLSLANG_EX_FRAGMENT } glslang_executable_t;
|
typedef enum { GLSLANG_EX_VERTEX_FRAGMENT, GLSLANG_EX_FRAGMENT } glslang_executable_t;
|
||||||
|
|
||||||
/* EShOptimizationLevel counterpart */
|
// EShOptimizationLevel counterpart
|
||||||
|
// This enum is not used in the current C interface, but could be added at a later date.
|
||||||
|
// GLSLANG_OPT_NONE is the current default.
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GLSLANG_OPT_NO_GENERATION,
|
GLSLANG_OPT_NO_GENERATION,
|
||||||
GLSLANG_OPT_NONE,
|
GLSLANG_OPT_NONE,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user