TexelCopyBufferInfo


class TexelCopyBufferInfo


Information about a buffer used as a source or destination for a texel copy operation.

Summary

Public constructors

Public properties

GPUBuffer

The buffer involved in the copy.

TexelCopyBufferLayout

The data layout of the texel data within the buffer.

Public constructors

TexelCopyBufferInfo

Added in 1.0.0-alpha01
TexelCopyBufferInfo(
    buffer: GPUBuffer,
    layout: TexelCopyBufferLayout = TexelCopyBufferLayout()
)

Public properties

buffer

Added in 1.0.0-alpha01
var bufferGPUBuffer

The buffer involved in the copy.

layout

Added in 1.0.0-alpha01
var layoutTexelCopyBufferLayout

The data layout of the texel data within the buffer.