Skip to content

Commit

Permalink
Improved comment for glslang_optimization_level_t
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-lunarg committed Mar 28, 2022
1 parent 870c754 commit b88174e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion glslang/Include/glslang_c_shader_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ typedef enum {
/* EShExecutable counterpart */
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 {
GLSLANG_OPT_NO_GENERATION,
GLSLANG_OPT_NONE,
Expand Down

0 comments on commit b88174e

Please sign in to comment.