TextureDataLayout

data class TextureDataLayout(val offset: GPUSize64, val bytesPerRow: GPUSize32? = null, val rowsPerImage: GPUSize32? = null)

Constructors

Link copied to clipboard
constructor(offset: GPUSize64, bytesPerRow: GPUSize32? = null, rowsPerImage: GPUSize32? = null)

Properties

Link copied to clipboard
val bytesPerRow: GPUSize32? = null
Link copied to clipboard
Link copied to clipboard
val rowsPerImage: GPUSize32? = null