Remove shared_ptr<GpuBuffer> member from GlTextureView

This only exists to support GlTexture's GetFrame API. It can be moved into GlTexture.

PiperOrigin-RevId: 488812896
This commit is contained in:
Camillo Lugaresi
2022-11-15 18:40:15 -08:00
committed by Copybara-Service
parent 767cc2ee3c
commit 1c0a1d0aab
4 changed files with 9 additions and 19 deletions
-1
View File
@@ -7,7 +7,6 @@ void GlTextureView::Release() {
if (detach_) detach_(*this);
detach_ = nullptr;
gl_context_ = nullptr;
gpu_buffer_ = nullptr;
plane_ = 0;
name_ = 0;
width_ = 0;