Instance Methodmigueldeicaza.swiftgodot 0.45.0SwiftGodot
removeShareableFormat(_:)
RDTextureFormat.swift:619final func removeShareableFormat(_ format: RenderingDevice.DataFormat)
Other members in extension
Type members
Instance members
var arrayLayers: UInt32
The number of layers in the texture. Only relevant for 2D texture arrays.
var depth: UInt32
The texture’s depth (in pixels). This is always
1
for 2D textures.var format: RenderingDevice.DataFormat
The texture’s pixel data format.
var height: UInt32
The texture’s height (in pixels).
var mipmaps: UInt32
The number of mipmaps available in the texture.
var samples: RenderingDevice.TextureSamples
The number of samples used when sampling the texture.
var textureType: RenderingDevice.TextureType
The texture type.
var usageBits: RenderingDevice.TextureUsageBits
The texture’s usage bits, which determine what can be done using the texture.
var width: UInt32
The texture’s width (in pixels).