[GPU] Rename a few misnamed vfetch fields

This commit is contained in:
DrChat
2017-12-18 17:24:52 -06:00
parent 29c5fb8022
commit 55d2c03943
3 changed files with 27 additions and 17 deletions

View File

@@ -777,7 +777,7 @@ void ShaderTranslator::ParseVertexFetchInstruction(
i.attributes.exp_adjust = op.exp_adjust();
i.attributes.is_index_rounded = op.is_index_rounded();
i.attributes.is_signed = op.is_signed();
i.attributes.is_integer = op.is_integer();
i.attributes.is_integer = op.is_normalized();
i.attributes.prefetch_count = op.prefetch_count();
// Store for later use by mini fetches.