PVRVk Defines#
DEFINE_ENUM_OPERATORS#
Defined in TypesVk.h
Define Documentation#
-
DEFINE_ENUM_OPERATORS(type_)
INTERNAL. Defines the basic bitwise operators for an enumeration (AND and OR)
DECLARE_NO_COPY_SEMANTICS#
Defined in TypesVk.h
Define Documentation#
-
DECLARE_NO_COPY_SEMANTICS(TYPE)#
INTERNAL. Disable the Copy Constructor and the Copy Assignment Operator of the type.