Factor out gl_texture_util

PiperOrigin-RevId: 488797985
This commit is contained in:
Camillo Lugaresi
2022-11-15 17:13:22 -08:00
committed by Copybara-Service
parent 77b3edbb67
commit 4bda012bba
4 changed files with 81 additions and 46 deletions
+11
View File
@@ -689,6 +689,17 @@ cc_library(
}),
)
cc_library(
name = "gl_texture_util",
srcs = ["gl_texture_util.cc"],
hdrs = ["gl_texture_util.h"],
visibility = ["//visibility:public"],
deps = [
":gl_base",
":gl_texture_view",
],
)
cc_library(
name = "shader_util",
srcs = ["shader_util.cc"],