wgpu4k
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k
wgpu4k
/
io.ygdrasil.webgpu
/
ComputePassDescriptor
/
ComputePassTimestampWrites
Compute
Pass
Timestamp
Writes
data
class
ComputePassTimestampWrites
(
val
querySet
:
QuerySet
,
val
beginningOfPassWriteIndex
:
GPUSize32
?
=
null
,
val
endOfPassWriteIndex
:
GPUSize32
?
=
null
)
Members
Constructors
Compute
Pass
Timestamp
Writes
Link copied to clipboard
constructor
(
querySet
:
QuerySet
,
beginningOfPassWriteIndex
:
GPUSize32
?
=
null
,
endOfPassWriteIndex
:
GPUSize32
?
=
null
)
Properties
beginning
Of
Pass
Write
Index
Link copied to clipboard
val
beginningOfPassWriteIndex
:
GPUSize32
?
=
null
end
Of
Pass
Write
Index
Link copied to clipboard
val
endOfPassWriteIndex
:
GPUSize32
?
=
null
query
Set
Link copied to clipboard
val
querySet
:
QuerySet