Factor out gl_texture_util
PiperOrigin-RevId: 488797985
This commit is contained in:
committed by
Copybara-Service
parent
77b3edbb67
commit
4bda012bba
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user