Package org.lwjgl.egl

Class ANGLESurfaceD3DTexture2DShareHandle

java.lang.Object
org.lwjgl.egl.ANGLESurfaceD3DTexture2DShareHandle

public final class ANGLESurfaceD3DTexture2DShareHandle extends Object
Native bindings to the ANGLE_surface_d3d_texture_2d_share_handle extension.

Some EGL implementations generate EGLSurface handles that are backed by Direct3D 2D textures. For such surfaces, a D3D share handle can be generated, allowing access to the same surface from the Direct3D API.

Requires ANGLE_query_surface_pointer.

  • Field Details

    • EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE

      public static final int EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE
      See Also: