Optional
arrayOptional
aspectWhich GPUTextureAspec | spect(s) of the texture are accessible to the texture view.
Optional
baseThe index of the first array layer accessible to the texture view.
Optional
baseThe first (most detailed) mipmap level accessible to the texture view.
Optional
dimensionThe dimension to view the texture as.
Optional
formatThe format of the texture view. Must be either the format of the texture or one of the viewFormats specified during its creation.
Optional
labelThe initial value of GPUObjectBase#labe | PUObjectBase.label.
Optional
mipHow many mipmap levels, starting with baseMipLevel, are accessible to the texture view.
Optional
usageThe allowed GPUTextureUsag | sage(s) for the texture view. Must be a subset of the usage flags of the texture. If 0, defaults to the full set of usage flags of the texture. Note: If the view's format doesn't support all of the texture's usages, the default will fail, and the view's usage must be specified explicitly.
Generated using TypeDoc
How many array layers, starting with baseArrayLayer, are accessible to the texture view.