Table of Contents

Enum spvc_msl_sampler_compare_func

Namespace
Pie.Spirv.Cross.Native
Assembly
Pie.Spirv.Cross.dll
public enum spvc_msl_sampler_compare_func

Fields

SPVC_MSL_SAMPLER_COMPARE_FUNC_ALWAYS = 7
SPVC_MSL_SAMPLER_COMPARE_FUNC_EQUAL = 5
SPVC_MSL_SAMPLER_COMPARE_FUNC_GREATER = 3
SPVC_MSL_SAMPLER_COMPARE_FUNC_GREATER_EQUAL = 4
SPVC_MSL_SAMPLER_COMPARE_FUNC_INT_MAX = 2147483647
SPVC_MSL_SAMPLER_COMPARE_FUNC_LESS = 1
SPVC_MSL_SAMPLER_COMPARE_FUNC_LESS_EQUAL = 2
SPVC_MSL_SAMPLER_COMPARE_FUNC_NEVER = 0
SPVC_MSL_SAMPLER_COMPARE_FUNC_NOT_EQUAL = 6