[D3D12] DXBC: Most of tfetch

This commit is contained in:
Triang3l
2018-09-11 22:49:46 +03:00
parent d67b6f7a3e
commit 2a98d29eda
8 changed files with 473 additions and 108 deletions

View File

@@ -421,6 +421,7 @@ struct ParsedTextureFetchInstruction {
bool use_computed_lod = true;
bool use_register_lod = false;
bool use_register_gradients = false;
float lod_bias = 0.0f;
float offset_x = 0.0f;
float offset_y = 0.0f;
float offset_z = 0.0f;