Cleanup: GPU: Move program point size to GPU_state

This commit is contained in:
2019-05-28 17:14:22 +02:00
parent fbe7c848c2
commit 2100dba34b
17 changed files with 43 additions and 47 deletions

View File

@@ -156,7 +156,6 @@ typedef enum eGPUBuiltinShader {
GPU_SHADER_3D_UNIFORM_COLOR,
/* Sets Z-depth to 1.0 (draw onto background). */
GPU_SHADER_3D_UNIFORM_COLOR_BACKGROUND,
GPU_SHADER_3D_UNIFORM_COLOR_INSTANCE,
/**
* Take a 3D position and color for each vertex without color interpolation.
*