mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-30 14:02:50 +00:00
gsdx: add vertex data offset in comment
Avoid to recompute them every time I want to decode the vertex stream
This commit is contained in:
parent
de7d127c52
commit
653998e005
@ -34,11 +34,11 @@ __aligned(struct, 32) GSVertex
|
||||
{
|
||||
struct
|
||||
{
|
||||
GIFRegST ST;
|
||||
GIFRegRGBAQ RGBAQ;
|
||||
GIFRegXYZ XYZ;
|
||||
union {uint32 UV; struct {uint16 U, V;};};
|
||||
uint32 FOG;
|
||||
GIFRegST ST; // S:0, T:4
|
||||
GIFRegRGBAQ RGBAQ; // RGBA:8, Q:12
|
||||
GIFRegXYZ XYZ; // XY:16, Z:20
|
||||
union {uint32 UV; struct {uint16 U, V;};}; // UV:24
|
||||
uint32 FOG; // FOG:28
|
||||
};
|
||||
|
||||
__m128i m[2];
|
||||
|
Loading…
x
Reference in New Issue
Block a user