1
0
mirror of synced 2024-11-13 18:50:50 +01:00

Another sharc adjustment

This commit is contained in:
KillzXGaming 2019-07-08 15:57:31 -04:00
parent 0bf6830c40
commit ad10e3b5bf

View File

@ -213,7 +213,12 @@ namespace FirstPlugin
if (header.Version <= 12)
{
UniformVariables.Read(reader);
UniformBlocks.Read(reader, header.Version, true);
if (header.Version >= 11)
{
UniformBlocks.Read(reader, header.Version, true);
}
SamplerVariables.Read(reader);
AttributeVariables.Read(reader);
}