Another sharc adjustment
This commit is contained in:
parent
0bf6830c40
commit
ad10e3b5bf
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user