[DXBC] OpenGL snorm vfetch because why not

This commit is contained in:
Triang3l
2020-05-24 19:25:35 +03:00
parent 04ca28c902
commit aa73d652ba
5 changed files with 83 additions and 36 deletions

View File

@@ -428,6 +428,8 @@ struct ParsedVertexFetchInstruction {
int32_t exp_adjust = 0;
// Prefetch count minus 1.
uint32_t prefetch_count = 0;
xenos::SignedRepeatingFractionMode signed_rf_mode =
xenos::SignedRepeatingFractionMode::kZeroClampMinusOne;
bool is_index_rounded = false;
bool is_signed = false;
bool is_integer = false;