public final class APPLEFlushBufferRange extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GL_BUFFER_FLUSHING_UNMAP_APPLE |
Accepted by the <pname> parameter of BufferParameteriAPPLE and
GetBufferParameteriv:
|
static int |
GL_BUFFER_SERIALIZED_MODIFY_APPLE |
Accepted by the <pname> parameter of BufferParameteriAPPLE and
GetBufferParameteriv:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glBufferParameteriAPPLE(int target,
int pname,
int param) |
|
static void |
glFlushMappedBufferRangeAPPLE(int target,
long offset,
long size) |
public static final int GL_BUFFER_SERIALIZED_MODIFY_APPLE
public static final int GL_BUFFER_FLUSHING_UNMAP_APPLE
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.