From 662ea4baba570d2f21a7b33d268204e9bdfa7fb9 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Thu, 12 Jul 2018 14:53:49 -0400 Subject: Remove texel buffer support. Change-Id: Ia6f21afe714208979a5bc384e436b28ea2b9a297 Reviewed-on: https://skia-review.googlesource.com/141051 Reviewed-by: Robert Phillips Commit-Queue: Brian Salomon --- include/gpu/mock/GrMockTypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/gpu/mock/GrMockTypes.h b/include/gpu/mock/GrMockTypes.h index 2d559a95a5..21037b17e6 100644 --- a/include/gpu/mock/GrMockTypes.h +++ b/include/gpu/mock/GrMockTypes.h @@ -62,7 +62,6 @@ struct GrMockOptions { // GrShaderCaps options. bool fGeometryShaderSupport = false; - bool fTexelBufferSupport = false; bool fIntegerSupport = false; bool fFlatInterpolationSupport = false; int fMaxVertexSamplers = 0; -- cgit v1.2.3