Fix incorrect assignment from refactor.
Accidentally regressed here: https://skia-review.googlesource.com/c/skia/+/405200 Bug: 1203705 Change-Id: If74c4a281467d2f0fa0d01086f54bdc425f227f4 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/405687 Auto-Submit: Brian Salomon <bsalomon@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
This commit is contained in:
parent
ffba524ff8
commit
893358e208
@ -487,7 +487,7 @@ GrGLDriverInfo GrGLGetDriverInfo(const GrGLInterface* interface) {
|
||||
}
|
||||
} else if (GR_IS_GR_GL_ES(interface->fStandard)) {
|
||||
if (info.fVendor == kNVIDIA_GrGLVendor) {
|
||||
info.fDriverVersion = kNVIDIA_GrGLDriver;
|
||||
info.fDriver = kNVIDIA_GrGLDriver;
|
||||
int n = sscanf(version,
|
||||
"OpenGL ES %d.%d NVIDIA %d.%d",
|
||||
&major,
|
||||
|
Loading…
Reference in New Issue
Block a user