XFMemory: Rename hostinfo to invtxspec
This commit is contained in:
parent
62601663e5
commit
736466a5d9
|
@ -431,7 +431,7 @@ struct XFMemory
|
|||
ClipDisable clipDisable; // 0x1005
|
||||
u32 perf0; // 0x1006
|
||||
u32 perf1; // 0x1007
|
||||
INVTXSPEC hostinfo; // 0x1008 number of textures,colors,normals from vertex input
|
||||
INVTXSPEC invtxspec; // 0x1008
|
||||
NumColorChannel numChan; // 0x1009
|
||||
u32 ambColor[NUM_XF_COLOR_CHANNELS]; // 0x100a, 0x100b
|
||||
u32 matColor[NUM_XF_COLOR_CHANNELS]; // 0x100c, 0x100d
|
||||
|
|
Loading…
Reference in New Issue