Contents

MDLURLTexture

A lightweight reference to a URL from which to load texture data.

Declaration

class MDLURLTexture

Overview

Unlike the superclass MDLTexture, the MDLURLTexture class loads texel data from the file at that URL only when that data is first referenced, and then caches it for future use.

Topics

Creating a URL Texture

Inspecting the Texture URL

Initializers

See Also

Textures