Interface Mappable
- All Known Implementing Classes:
MappedGlBuffer,PersistentGlBuffer
public interface Mappable
Interface for generically dealing with mapped buffers.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanIndicates that this buffer need not be #flush()'d for its contents to sync.
-
Method Details
-
getType
GlBufferType getType() -
isPersistent
boolean isPersistent()Indicates that this buffer need not be #flush()'d for its contents to sync.- Returns:
- true if this buffer is persistently mapped.
-