BufferDescriptor

data class BufferDescriptor(val size: GPUSize64, val usage: Set<BufferUsage>, val mappedAtCreation: Boolean = false, val label: String? = null)

Constructors

Link copied to clipboard
constructor(size: GPUSize64, usage: Set<BufferUsage>, mappedAtCreation: Boolean = false, label: String? = null)

Properties

Link copied to clipboard
val label: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard