All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.egl.KHRGLTextureCubemapImage Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: http://lwjgl.org/license.php
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.egl;

/**
 * Native bindings to the KHR_gl_texture_cubemap_image extension.
 * 
 * 

This extension provides a mechanism for creating EGLImage objects from OpenGL and OpenGL ES (henceforth referred to collectively as 'GL') cube maps.

* *

Requires {@link EGL12 EGL L.1} and {@link KHRImage KHR_image}.

*/ public final class KHRGLTextureCubemapImage { /** */ public static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR = 0x30B3, EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR = 0x30B4, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR = 0x30B5, EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR = 0x30B6, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR = 0x30B7, EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR = 0x30B8; private KHRGLTextureCubemapImage() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy