d-metal-binding ~master (2026-08-26T11:27:33.1656625)
Dub
Repo
MTLTextureDescriptor.textureCubeDescriptorWithPixelFormat
metal
texture
MTLTextureDescriptor
Creates a texture descriptor object for a cube texture.
class
MTLTextureDescriptor
@
nogc
nothrow static
@
selector
("textureCubeDescriptorWithPixelFormat:size:mipmapped:")
MTLTextureDescriptor
textureCubeDescriptorWithPixelFormat
(
MTLPixelFormat
,
NSUInteger
size
,
BOOL
mipmapped
)
Meta
Source
See Implementation
metal
texture
MTLTextureDescriptor
functions
allowGPUOptimizedContents
arrayLength
cpuCacheMode
depth
hazardTrackingMode
height
initialize
mipmapLevelCount
pixelFormat
resourceOptions
sampleCount
storageMode
swizzle
textureType
usage
width
mixins
__anonymous
static functions
alloc
texture2DDescriptorWithPixelFormat
textureBufferDescriptorWithPixelFormat
textureCubeDescriptorWithPixelFormat
Creates a texture descriptor object for a cube texture.