radeonsi: TGSI_SEMANTIC_CLIPVERTEX doesn't use any parameters
This commit is contained in:
committed by
Michel Dänzer
parent
2f98dc223f
commit
f0753a3cd4
@@ -59,6 +59,7 @@ static void si_pipe_shader_vs(struct pipe_context *ctx, struct si_pipe_shader *s
|
||||
*/
|
||||
for (nparams = 0, i = 0 ; i < shader->shader.noutput; i++) {
|
||||
switch (shader->shader.output[i].name) {
|
||||
case TGSI_SEMANTIC_CLIPVERTEX:
|
||||
case TGSI_SEMANTIC_POSITION:
|
||||
case TGSI_SEMANTIC_PSIZE:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user