Add default for GrGLSLCaps::fGLSLGeneration

Review URL: https://codereview.chromium.org/1203153002
This commit is contained in:
jvanverth 2015-06-24 11:07:07 -07:00 committed by Commit bot
parent 71c3c760a8
commit 98a83a9f06

View File

@ -11,13 +11,15 @@
////////////////////////////////////////////////////////////////////////////////////////////
GrGLSLCaps::GrGLSLCaps(const GrContextOptions& options) {
fGLSLGeneration = k330_GrGLSLGeneration;
fDropsTileOnZeroDivide = false;
fFBFetchSupport = false;
fFBFetchNeedsCustomOutput = false;
fBindlessTextureSupport = false;
fAdvBlendEqInteraction = kNotSupported_AdvBlendEqInteraction;
fFBFetchColorName = NULL;
fFBFetchExtensionString = NULL;
fAdvBlendEqInteraction = kNotSupported_AdvBlendEqInteraction;
}
SkString GrGLSLCaps::dump() const {