Add default for GrGLSLCaps::fGLSLGeneration
Review URL: https://codereview.chromium.org/1203153002
This commit is contained in:
parent
71c3c760a8
commit
98a83a9f06
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user