VertexBufferGL3

class VertexBufferGL3(val buffer: Int, val offset: Long, val vertexFormat: ERROR CLASS: Symbol not found for VertexFormat, val vertexCount: Int, val session: ERROR CLASS: Symbol not found for Session??) : <ERROR CLASS> ERROR CLASS: Symbol not found for VertexBuffer(source)

Constructors

Link copied to clipboard
constructor(buffer: Int, offset: Long, vertexFormat: ERROR CLASS: Symbol not found for VertexFormat, vertexCount: Int, session: ERROR CLASS: Symbol not found for Session??)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val buffer: Int
Link copied to clipboard
Link copied to clipboard
open override val session: ERROR CLASS: Symbol not found for Session??
Link copied to clipboard
open override val shadow: ERROR CLASS: Symbol not found for VertexBufferShadow
Link copied to clipboard
open override val vertexCount: Int
Link copied to clipboard
open override val vertexFormat: ERROR CLASS: Symbol not found for VertexFormat

Functions

Link copied to clipboard
fun bind()
Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open override fun read(data: ByteBuffer, offsetInBytes: Int)
Link copied to clipboard
open override fun shaderStorageBufferView(): ERROR CLASS: Symbol not found for ShaderStorageBuffer
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun unbind()
Link copied to clipboard
open override fun write(data: ByteBuffer, offsetInBytes: Int)
open override fun write(source: ERROR CLASS: Symbol not found for MPPBuffer, targetByteOffset: Int, sourceByteOffset: Int, byteLength: Int)