Pay no attention to the man behind the curtains.

This commit is contained in:
Ben Vanik 2014-01-21 18:14:36 -08:00
parent 1316e79a2f
commit 58db76c42c
1 changed files with 3 additions and 3 deletions

View File

@ -142,9 +142,9 @@ XEPACKEDUNION(xe_gpu_texture_fetch_t, {
uint32_t sign_y : 2;
uint32_t sign_z : 2;
uint32_t sign_w : 2;
uint32_t clamp_x : 2;
uint32_t clamp_y : 2;
uint32_t clamp_z : 2;
uint32_t clamp_x : 3;
uint32_t clamp_y : 3;
uint32_t clamp_z : 3;
uint32_t unk0 : 3;
uint32_t pitch : 9;
uint32_t tiled : 1;