BufferTextureShadow

actual abstract class BufferTextureShadow : AutoCloseable(source)
expect abstract class BufferTextureShadow : AutoCloseable(source)
actual abstract class BufferTextureShadow : AutoCloseable(source)

Constructors

Link copied to clipboard
constructor()
constructor()

Properties

Link copied to clipboard
actual abstract val bufferTexture: BufferTexture
expect abstract val bufferTexture: BufferTexture
actual abstract val bufferTexture: BufferTexture

Functions

close
Link copied to clipboard
abstract fun close()
expect abstract fun close()
expect abstract fun close()
Link copied to clipboard
actual abstract fun destroy()
expect abstract fun destroy()
actual abstract fun destroy()
Link copied to clipboard
actual abstract fun download()
expect abstract fun download()
actual abstract fun download()
Link copied to clipboard
actual abstract fun upload(offset: Int, sizeInBytes: Int)
expect abstract fun upload(offset: Int = 0, sizeInBytes: Int)
actual abstract fun upload(offset: Int, sizeInBytes: Int)
Link copied to clipboard
abstract fun writer(): BufferWriter