Skip to content
Snippets Groups Projects
Commit ec06ef2d authored by Alexander Rose's avatar Alexander Rose
Browse files

fix missing uniforms

parent 2febf457
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,12 @@ uniform int uGroupCount;
#if defined(dColorMarker)
uniform vec3 uHighlightColor;
uniform vec3 uSelectColor;
uniform vec3 uDimColor;
uniform float uHighlightStrength;
uniform float uSelectStrength;
uniform float uDimStrength;
uniform int uMarkerPriority;
uniform float uMarkerAverage;
uniform float uMarker;
uniform vec2 uMarkerTexDim;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment