PVRVk Defines#

DEFINE_ENUM_OPERATORS#

Define Documentation#

DEFINE_ENUM_OPERATORS(type_)

INTERNAL. Defines the basic bitwise operators for an enumeration (AND and OR)

DECLARE_NO_COPY_SEMANTICS#

Define Documentation#

DECLARE_NO_COPY_SEMANTICS(TYPE)#

INTERNAL. Disable the Copy Constructor and the Copy Assignment Operator of the type.