OGLObject (interface)¶
Functions¶
Boolean | create ! ( io Ref<OGLContext> context ) |
Boolean | created ? () |
UInt64 | getApproximateGPUMemoryUsage ? () |
UInt32 | getGLID ? () |
String | getName ? () |
releaseGL ! () |
Functions in detail¶
Boolean OGLObject.create! ( io Ref<OGLContext> context )
Returns true if it succeeded. Some Objects can only be created with specialized methods, in which case this will return false.
Boolean OGLObject.created? ()
UInt64 OGLObject.getApproximateGPUMemoryUsage? ()
OGLObject.releaseGL! ()