mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Set missing uniform locations in non-array case
This commit is contained in:
committed by
Baldur Karlsson
parent
d951a4ea32
commit
96ccf386f7
@@ -366,6 +366,7 @@ static void ForAllProgramUniforms(SerialiserType *ser, CaptureState state, const
|
||||
{
|
||||
ProgramUniformValue &uniformVal = uniform.Values[arr];
|
||||
uniformVal.Type = type;
|
||||
uniformVal.Location = srcLocation;
|
||||
|
||||
std::string name = basename;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user