We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bfc92 commit 56191ecCopy full SHA for 56191ec
src/xenia/gpu/dxbc_shader_translator.cc
@@ -2898,7 +2898,7 @@ void DxbcShaderTranslator::WriteInputSignature() {
2898
// shading.
2899
size_t sample_index_position = SIZE_MAX;
2900
if (current_shader().memexport_eM_written() && IsSampleRate()) {
2901
- size_t sample_index_position = shader_object_.size();
+ sample_index_position = shader_object_.size();
2902
shader_object_.resize(shader_object_.size() + kParameterDwords);
2903
++parameter_count;
2904
{
0 commit comments