gallium: remove trailing comma to silence warning
This commit is contained in:
@@ -532,7 +532,7 @@ enum pipe_shader_cap
|
||||
PIPE_SHADER_CAP_INDIRECT_CONST_ADDR = 15,
|
||||
PIPE_SHADER_CAP_SUBROUTINES = 16, /* BGNSUB, ENDSUB, CAL, RET */
|
||||
PIPE_SHADER_CAP_INTEGERS = 17,
|
||||
PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS = 18,
|
||||
PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS = 18
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user