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

org.lwjgl.opencl.IMGYUVImage Maven / Gradle / Ivy

Go to download

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() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy