|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.NVPresentVideoUtil
public final class NVPresentVideoUtil
This class exposes the platform specific functionality present in the NV_present_video extension.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int glEnumerateVideoDevicesNV(java.nio.LongBuffer devices)
devices
- the buffer to store devices in
public 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 use
public static boolean glQueryContextNV(int attrib, java.nio.IntBuffer value)
attrib
- the attribute to queryvalue
- the buffer to store the value in
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |