TextureSampler.CompareMode


public static class TextureSampler.CompareMode


Used for depth texture comparisons, determining how the sampled depth value is compared to a reference depth. Although these values are based on the public Filament values, they may diverge over time.

Summary

Constants

static final int
static final int
NONE = 0

Constants

COMPARE_TO_TEXTURE

Added in 1.0.0-alpha04
public static final int COMPARE_TO_TEXTURE = 1

NONE

Added in 1.0.0-alpha04
public static final int NONE = 0

Public fields

INSTANCE

Added in 1.0.0-alpha04
public static @NonNull TextureSampler.CompareMode INSTANCE