Skip to main content

Module texture

Module texture 

Source
Expand description

Metal texture resources.

Corresponds to Metal/MTLTexture.hpp.

Textures store formatted image data for shader access.

Structsยง

SharedTextureHandle
A handle for sharing textures across processes.
Texture
A texture resource that stores formatted image data.
TextureDescriptor
Configuration for creating textures.
TextureViewDescriptor
Configuration for creating texture views.