glimpse-core
/
graphics.glimpse.buffers
/
Buffer
common
Buffer
interface
Buffer
Content copied to clipboard
A wrapper for a vertex data buffer.
Types
Functions
Properties
Types
Factory
Link copied to clipboard
common
interface
Factory
Content copied to clipboard
A factory for vertex data buffers.
Functions
dispose
Link copied to clipboard
common
abstract fun
dispose
(gl:
GlimpseAdapter
)
Content copied to clipboard
Tells the given
OpenGL adapter
to dispose this buffer.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
use
Link copied to clipboard
common
abstract fun
use
(gl:
GlimpseAdapter
)
Content copied to clipboard
Tells the given
OpenGL adapter
to use this buffer.
Properties
handle
Link copied to clipboard
common
abstract val
handle
:
Int
Content copied to clipboard
Buffer handle.
type
Link copied to clipboard
common
abstract val
type
:
BufferType
Content copied to clipboard
Type of the buffer.