org.lwjgl.opengl
Class NVShaderBufferStore

java.lang.Object
  extended by org.lwjgl.opengl.NVShaderBufferStore

public final class NVShaderBufferStore
extends java.lang.Object


Field Summary
static int GL_READ_WRITE
          Accepted by the <access> parameter of MakeBufferResidentNV:
static int GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV
          Accepted by the <barriers> parameter of MemoryBarrierNV:
static int GL_WRITE_ONLY
          Accepted by the <access> parameter of MakeBufferResidentNV:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV

public static final int GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV
Accepted by the <barriers> parameter of MemoryBarrierNV:

See Also:
Constant Field Values

GL_READ_WRITE

public static final int GL_READ_WRITE
Accepted by the <access> parameter of MakeBufferResidentNV:

See Also:
Constant Field Values

GL_WRITE_ONLY

public static final int GL_WRITE_ONLY
Accepted by the <access> parameter of MakeBufferResidentNV:

See Also:
Constant Field Values


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.