GPUBufferDescriptor

data class GPUBufferDescriptor(val size: Int, val usage: GPUBufferUsageFlags, val mappedAtCreation: Boolean? = undefined, val label: String? = undefined)(source)

Constructors

Link copied to clipboard
constructor(size: Int, usage: GPUBufferUsageFlags, mappedAtCreation: Boolean? = undefined, label: String? = undefined)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard