tgsi: add support for 1D/2D texture arrays

This commit is contained in:
Brian Paul
2011-01-25 20:25:50 -07:00
parent 903185bf3b
commit c0d941877b
4 changed files with 42 additions and 3 deletions

View File

@@ -430,7 +430,9 @@ struct tgsi_instruction_label
#define TGSI_TEXTURE_SHADOW1D 6
#define TGSI_TEXTURE_SHADOW2D 7
#define TGSI_TEXTURE_SHADOWRECT 8
#define TGSI_TEXTURE_COUNT 9
#define TGSI_TEXTURE_1D_ARRAY 9
#define TGSI_TEXTURE_2D_ARRAY 10
#define TGSI_TEXTURE_COUNT 11
struct tgsi_instruction_texture
{