org.lwjgl.opencl.IMGYUVImage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opencl Show documentation
Show all versions of lwjgl-opencl Show documentation
An open, royalty-free standard for cross-platform, parallel programming of diverse processors found in personal computers, servers, mobile devices and embedded platforms.
The newest version!
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opencl;
/**
* Native bindings to the img_yuv_image extension.
*
* This extension provides new image formats to read YUV images, such as those provided by cameras on mobile devices.
*
* Requires {@link CL12 CL12}.
*/
public final class IMGYUVImage {
/** New values accepted for the {@code image_channel_order} member in {@link CLImageFormat}. */
public static final int
CL_NV21_IMG = 0x40D0,
CL_YV12_IMG = 0x40D1;
private IMGYUVImage() {}
}