public final class NVPresentVideoUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
glBindVideoDeviceNV(int video_slot,
long video_device,
java.nio.IntBuffer attrib_list)
Binds the video output device specified to one of the context's available video output slots.
|
static int |
glEnumerateVideoDevicesNV(java.nio.LongBuffer devices)
Enumerate the available video output devices.
|
static boolean |
glQueryContextNV(int attrib,
java.nio.IntBuffer value)
Queries an attribute associated with the current context.
|
public static int glEnumerateVideoDevicesNV(java.nio.LongBuffer devices)
devices - the buffer to store devices inpublic static boolean glBindVideoDeviceNV(int video_slot,
long video_device,
java.nio.IntBuffer attrib_list)
video_slot - the video slotvideo_device - the video deviceattrib_list - the attributes to usepublic static boolean glQueryContextNV(int attrib,
java.nio.IntBuffer value)
attrib - the attribute to queryvalue - the buffer to store the value inCopyright © 2002-2010 lwjgl.org. All Rights Reserved.