[PICA] More progress on attribute parsing

This commit is contained in:
wheremyfoodat 2022-09-22 19:17:19 +03:00
parent 434c840aeb
commit 39bfeda586
4 changed files with 45 additions and 21 deletions

View file

@ -4,6 +4,7 @@ namespace PICAInternalRegs {
enum : u32 {
// Geometry pipelin regs
VertexAttribLoc = 0x200,
AttribFormatHigh = 0x202,
IndexBufferConfig = 0x227,
VertexCountReg = 0x228,
VertexOffsetReg = 0x22A,