Contents

MDLCheckerboardTexture

A generator of texel data that creates a checkerboard pattern with two specified colors.

Declaration

class MDLCheckerboardTexture

Overview

Like other procedural MDLTexture subclasses, the MDLCheckerboardTexture class generates texel data only when that data is first referenced, and then caches it for future use.

Topics

Creating a Checkerboard Texture

Configuring the Checkerboard Pattern

See Also

Textures