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

org.lwjgl.opengl.APPLEYcbcr422 Maven / Gradle / Ivy

There is a newer version: 2.9.3
Show newest version
/* 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