com.jogamp.opengl.impl.windows.wgl
Class GPU_DEVICE

java.lang.Object
  extended by com.jogamp.opengl.impl.windows.wgl.GPU_DEVICE

public abstract class GPU_DEVICE
extends Object


Method Summary
static GPU_DEVICE create()
           
static GPU_DEVICE create(ByteBuffer buf)
           
 ByteBuffer getBuffer()
           
abstract  int getCb()
           
abstract  byte[] getDeviceName()
           
abstract  byte[] getDeviceString()
           
abstract  int getFlags()
           
abstract  RECT getRcVirtualScreen()
           
abstract  GPU_DEVICE setCb(int val)
           
abstract  GPU_DEVICE setDeviceName(byte[] val)
           
abstract  GPU_DEVICE setDeviceString(byte[] val)
           
abstract  GPU_DEVICE setFlags(int val)
           
static int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.