MDLMaterialTextureFilterMode Enum

Definition

Enumerates values that control how to sample between texels.

public enum MDLMaterialTextureFilterMode
type MDLMaterialTextureFilterMode = 
Inheritance
MDLMaterialTextureFilterMode

Fields

Linear 1

Indicates linear interopolation.

Nearest 0

Indicates that the nearest neighbor's value should be used.

Applies to