org.lwjgl.opengl.APPLEYcbcr422 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.*;
import java.nio.*;
public final class APPLEYcbcr422 {
/**
* Accepted by the <format> parameter of DrawPixels, ReadPixels, TexImage1D,
* TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
* TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
* ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter,
* SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable,
* GetColorTable:
*/
public static final int GL_YCBCR_422_APPLE = 0x85B9;
/**
* Accepted by the <type> parameter of DrawPixels, ReadPixels, TexImage1D,
* TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
* TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
* ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter,
* SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable,
* GetColorTable:
*/
public static final int GL_UNSIGNED_SHORT_8_8_APPLE = 0x85BA,
GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85BB;
private APPLEYcbcr422() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy