Remove unneeded GPU_SHARED side packet for GlSurfaceSink

PiperOrigin-RevId: 491487092
This commit is contained in:
Camillo Lugaresi
2022-11-28 17:55:30 -08:00
committed by Copybara-Service
parent fc526374ab
commit cc11b45228
2 changed files with 0 additions and 3 deletions
@@ -37,7 +37,6 @@ enum { kAttribVertex, kAttribTexturePosition, kNumberOfAttributes };
// VIDEO or index 0: GpuBuffers to be rendered.
// Side inputs:
// SURFACE: unique_ptr to an EglSurfaceHolder to draw to.
// GPU_SHARED: shared GPU resources.
//
// See GlSurfaceSinkCalculatorOptions for options.
class GlSurfaceSinkCalculator : public Node {