MDLMaterialMipMapFilterMode Enum

Definition

Enumerates values that control texture sampling between mipmap levels.

public enum MDLMaterialMipMapFilterMode
type MDLMaterialMipMapFilterMode = 
Inheritance
MDLMaterialMipMapFilterMode

Fields

Linear 1

Indicates linear interpolation between mipmap levels.

Nearest 0

Indicates selection of mipmap values nearest to the desired level.

Applies to