mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
Implement EGLImage external texture API for GL.
Tests are based on the IOSurfaceWrappingTests. Sampling tests are not implemented, since they would require support for the samplerExternalOES sampler type in WGSL. Bug: chromium:1205155 Change-Id: Icc114eaf6efaee93f1b8486e615f0fd307f23080 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/50201 Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Corentin Wallez <cwallez@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
b3c371031c
commit
b5652c75d2
@@ -37,6 +37,7 @@ using GLhalf = unsigned short;
|
||||
using GLint64 = khronos_int64_t;
|
||||
using GLuint64 = khronos_uint64_t;
|
||||
using GLsync = struct __GLsync*;
|
||||
using GLeglImageOES = void*;
|
||||
using GLDEBUGPROC = void(KHRONOS_APIENTRY*)(GLenum source,
|
||||
GLenum type,
|
||||
GLuint id,
|
||||
|
||||
Reference in New Issue
Block a user