com.jogamp.opengl.impl.windows.wgl
Class GPU_DEVICE
java.lang.Object
com.jogamp.opengl.impl.windows.wgl.GPU_DEVICE
public abstract class GPU_DEVICE
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public static int size()
create
public static GPU_DEVICE create()
create
public static GPU_DEVICE create(ByteBuffer buf)
getBuffer
public ByteBuffer getBuffer()
setCb
public abstract GPU_DEVICE setCb(int val)
getCb
public abstract int getCb()
setDeviceName
public abstract GPU_DEVICE setDeviceName(byte[] val)
getDeviceName
public abstract byte[] getDeviceName()
setDeviceString
public abstract GPU_DEVICE setDeviceString(byte[] val)
getDeviceString
public abstract byte[] getDeviceString()
setFlags
public abstract GPU_DEVICE setFlags(int val)
getFlags
public abstract int getFlags()
getRcVirtualScreen
public abstract RECT getRcVirtualScreen()
Copyright 2010 JogAmp Community.