gallium/tgsi: Define the TGSI_BUFFER texture target.
This texture type was already referred to by the documentation but it was never defined. Define it as 0 to match the pipe_texture_target enumeration values.
This commit is contained in:
@@ -466,7 +466,7 @@ struct tgsi_instruction_label
|
||||
unsigned Padding : 8;
|
||||
};
|
||||
|
||||
#define TGSI_TEXTURE_UNKNOWN 0
|
||||
#define TGSI_BUFFER 0
|
||||
#define TGSI_TEXTURE_1D 1
|
||||
#define TGSI_TEXTURE_2D 2
|
||||
#define TGSI_TEXTURE_3D 3
|
||||
|
Reference in New Issue
Block a user