Compute Pass Descriptor
data class ComputePassDescriptor(val label: String? = null, val timestampWrites: ComputePassDescriptor.ComputePassTimestampWrites? = null)
Constructors
Link copied to clipboard
constructor(label: String? = null, timestampWrites: ComputePassDescriptor.ComputePassTimestampWrites? = null)
Types
Link copied to clipboard
data class ComputePassTimestampWrites(val querySet: QuerySet, val beginningOfPassWriteIndex: GPUSize32? = null, val endOfPassWriteIndex: GPUSize32? = null)