-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to GAPID to disable unknown extensions. #2082
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, but presubmits are failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Java stuff looks good.
What about GLES?
gapii/cc/spy_base.h
Outdated
@@ -185,6 +185,8 @@ class SpyBase { | |||
track_memory::MemoryTracker mMemoryTracker; | |||
#endif // TARGET_OS | |||
|
|||
// This is true if we should not show disabled extensions to the application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this comment was hard for me to parse :) I think it be better phrased as "If true, we will hide disabled extensions from the application."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
@ben-clayton Thanks, I hadn't run the presubmits locally because this was done on my windows machine. I will pull on Linux and fix that. |
577238f
to
2527eb5
Compare
@pmuetschard According to Ben, GLES doesn't advertise unknown extensions, so this should be a NO-op I will open a bug to make the option... optional. (Similar to disablePCS) |
No description provided.