wgpu4k
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k
wgpu4k
/
io.ygdrasil.webgpu
/
ImageCopyBuffer
Image
Copy
Buffer
data
class
ImageCopyBuffer
(
val
buffer
:
Buffer
,
val
offset
:
GPUSize64
,
val
bytesPerRow
:
GPUSize32
,
val
rowsPerImage
:
GPUSize32
)
Members
Constructors
Image
Copy
Buffer
Link copied to clipboard
constructor
(
buffer
:
Buffer
,
offset
:
GPUSize64
,
bytesPerRow
:
GPUSize32
,
rowsPerImage
:
GPUSize32
)
Properties
buffer
Link copied to clipboard
val
buffer
:
Buffer
bytes
Per
Row
Link copied to clipboard
val
bytesPerRow
:
GPUSize32
offset
Link copied to clipboard
val
offset
:
GPUSize64
rows
Per
Image
Link copied to clipboard
val
rowsPerImage
:
GPUSize32