Discussion:
[chromium-discuss] Get an instance of gpu::gles2::GLES2Decoder from
m***@gmail.com
2018-11-04 17:58:47 UTC
Permalink
Hi guys,

Is there any way to get an instance of gpu::gles2::GLES2Decoder from
gpu::gles2::ContextGroup or GLContext ? (Chrome-70)

auto* gl_context= get_gl_context_cb_.Run();

Or

auto* context_group = get_context_group_cb_.Run();


gpu::gles2::GLES2Decoder* gl_decoder = ....


To perform then on decoder:

gl_decoder->RestoreActiveTexture()

Thanks for help
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Loading...