glBufferData
actual fun glBufferData( type: BufferType, data: IntBufferData, usage: BufferUsage)
Content copied to clipboard
Creates a buffer of integer values and fills it with data.
actual fun glBufferData( type: BufferType, data: FloatBufferData, usage: BufferUsage)
Content copied to clipboard
Creates a buffer of floating point values and fills it with data.
expect fun glBufferData( type: BufferType, data: IntBufferData, usage: BufferUsage)
Content copied to clipboard
Creates a buffer of integer values and fills it with data.
expect fun glBufferData( type: BufferType, data: FloatBufferData, usage: BufferUsage)
Content copied to clipboard
Creates a buffer of floating point values and fills it with data.
actual fun glBufferData( type: BufferType, data: IntBufferData, usage: BufferUsage)
Content copied to clipboard
Creates a buffer of integer values and fills it with data.
actual fun glBufferData( type: BufferType, data: FloatBufferData, usage: BufferUsage)
Content copied to clipboard
Creates a buffer of floating point values and fills it with data.