Remove GlCalculatorHelperImpl; merge with GlCalculatorHelper

Originally, there were multiple implementations of GlCalculatorHelperImpl, depending on the platform and underlying GL APIs. These have all been refactored into other components, and the remaining code in this class is unified and much reduced in size. We can get rid of this implementation detail now.

PiperOrigin-RevId: 488813220
This commit is contained in:
Camillo Lugaresi
2022-11-15 18:50:45 -08:00
committed by Copybara-Service
parent 8b319e963a
commit 1979801a92
5 changed files with 146 additions and 296 deletions
-2
View File
@@ -749,11 +749,9 @@ cc_library(
name = "gl_calculator_helper",
srcs = [
"gl_calculator_helper.cc",
"gl_calculator_helper_impl_common.cc",
],
hdrs = [
"gl_calculator_helper.h",
"gl_calculator_helper_impl.h",
],
linkopts = select({
"//conditions:default": [],