Cleanup: quiet compiler warnings

This commit is contained in:
Campbell Barton
2024-09-25 20:14:06 +10:00
parent 8dcd51ddc3
commit 01825a85cb
4 changed files with 12 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ struct GPUShader;
enum eGPUBuiltinShader {
/** Glyph drawing shader used by the BLF module. */
GPU_SHADER_TEXT,
GPU_SHADER_TEXT = 0,
/** Draws keyframe markers. All markers shapes are supported through a single shader. */
GPU_SHADER_KEYFRAME_SHAPE,
/** Draw solid mesh with a single distant light using a clamped simple dot product. */