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