org.lwjgl.opengl
Class NVShaderBufferStore
java.lang.Object
org.lwjgl.opengl.NVShaderBufferStore
public final class NVShaderBufferStore
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.