org.lwjgl.opencl.INTELPackedYUV 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 intel_packed_yuv extension.
*
* The purpose of this extension is to provide OpenCL support for packed YUV images.
*
* Requires {@link CL12 CL12}.
*/
public final class INTELPackedYUV {
/** Accepted as {@code image_channel_order} of {@code cl_image_format}. */
public static final int
CL_YUYV_INTEL = 0x4076,
CL_UYVY_INTEL = 0x4077,
CL_YVYU_INTEL = 0x4078,
CL_VYUY_INTEL = 0x4079;
private INTELPackedYUV() {}
}