Commit f3325dd8 by Khushal Committed by Commit Bot

Add uniform location checks for ignored/invalid location

R=geofflang@chromium.org Bug: chromium:1028418 Change-Id: Iae257fbfa8d58f9a0aa7b876fba416bb060fbe54 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2068127 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 8df46810
...@@ -1057,6 +1057,7 @@ class Program final : angle::NonCopyable, public LabeledObject ...@@ -1057,6 +1057,7 @@ class Program final : angle::NonCopyable, public LabeledObject
GLuint combinedShaderStorageBlocksCount); GLuint combinedShaderStorageBlocksCount);
void setUniformValuesFromBindingQualifiers(); void setUniformValuesFromBindingQualifiers();
bool shouldIgnoreUniform(UniformLocation location) const;
void initInterfaceBlockBindings(); void initInterfaceBlockBindings();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment