change BranchTarget to GLint
This commit is contained in:
@@ -401,7 +401,7 @@ struct prog_instruction
|
||||
/**
|
||||
* For BRA and CAL instructions, the location to jump to.
|
||||
*/
|
||||
GLuint BranchTarget;
|
||||
GLint BranchTarget;
|
||||
|
||||
/**
|
||||
* For TEX instructions in shaders, the sampler to use for the
|
||||
|
Reference in New Issue
Block a user