StorageTextureBindingLayout

data class StorageTextureBindingLayout(val format: TextureFormat, val access: StorageTextureAccess = StorageTextureAccess.WriteOnly, val viewDimension: TextureViewDimension = TextureViewDimension.TwoD) : BindGroupLayoutDescriptor.Entry.BindingType

Constructors

Link copied to clipboard
constructor(format: TextureFormat, access: StorageTextureAccess = StorageTextureAccess.WriteOnly, viewDimension: TextureViewDimension = TextureViewDimension.TwoD)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard