|
API Documentation
|
|
|
@ FUNCTION_LESS
Function < (less than).
@ FUNCTION_GREATER
Function > (greater than).
@ FUNCTION_ALWAYS
The function always passes.
static COMPARISON_FUNCTION fromString(nkMemory::StringView value)
@ FUNCTION_NEVER
The function never passes.
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
@ FUNCTION_EQUAL
Function == (equal).
@ FUNCTION_NOT_EQUAL
Function != (not equal).
static COMPARISON_FUNCTION fromIndex(unsigned int value)
@ FUNCTION_LESS_EQUAL
Function <= (less then or equal).
COMPARISON_FUNCTION
Available comparison functions available during sampling (for samplers, and depth stencil states).
Definition: ComparisonFunction.h:12
@ FUNCTION_GREATER_EQUAL
Function >= (geather than or equal).
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
Offers utility to work with the associated enumeration.
Definition: ComparisonFunction.h:27
static nkMemory::StringView toString(COMPARISON_FUNCTION value)