PVRUtils Defines#
A32BIT#
Defined in ArialBoldFont.h
Define Documentation#
-
A32BIT#
DYNAMICGLES_GLES32#
Defined in BindingsGles.h
Define Documentation#
-
DYNAMICGLES_GLES32#
Specifies OpenGL ES 3.2 is to be used with dynamic function pointer loading.
NOMINMAX#
Defined in BindingsGles.h
Define Documentation#
-
NOMINMAX
Instructs Windows.h to not define the min and max macros.
PVR_LOG_INFO#
Defined in BindingsGles.h
Define Documentation#
-
PVR_LOG_INFO(...)#
Uses the defined Logger “Log” to log a information message with the provided arguments.
WIN32_LEAN_AND_MEAN#
Defined in BindingsGles.h
Define Documentation#
-
WIN32_LEAN_AND_MEAN
Specifies that a set of Windows headers designed to speed up the build process should be used.
PVR_LOG_ERROR#
Defined in BindingsGles.h
Define Documentation#
-
PVR_LOG_ERROR(...)#
Uses the defined Logger “Log” to log an error with the provided arguments.
NOMINMAX#
Defined in BindingsGlsc.h
Define Documentation#
-
NOMINMAX
Instructs Windows.h to not define the min and max macros.
PVR_LOG_INFO#
Defined in BindingsGlsc.h
Define Documentation#
-
PVR_LOG_INFO(...)
Uses the defined Logger “Log” to log a information message with the provided arguments.
DYNAMICGLES_GLES20#
Defined in BindingsGlsc.h
Define Documentation#
-
DYNAMICGLES_GLES20#
WIN32_LEAN_AND_MEAN#
Defined in BindingsGlsc.h
Define Documentation#
-
WIN32_LEAN_AND_MEAN
Specifies that a set of Windows headers designed to speed up the build process should be used.
PVR_LOG_ERROR#
Defined in BindingsGlsc.h
Define Documentation#
-
PVR_LOG_ERROR(...)
Uses the defined Logger “Log” to log an error with the provided arguments.
UNSUPPORTED_FORMAT#
Defined in ConvertToPVRVkTypes.h
Define Documentation#
-
UNSUPPORTED_FORMAT(fmt)#
Specifies that the format is unsupported.
- Parameters:
fmt – Pixel format
PVR_DECLARE_DIRECT_MAPPING#
Defined in ConvertToPVRVkTypes.h
Define Documentation#
-
PVR_DECLARE_DIRECT_MAPPING(_pvrvktype_, _frameworktype_)#
Contain functions to convert several PowerVR Framework types to their Native, Vulkan representations, usually, from an enumeration to a vulkan type.
debugThrowOnApiError#
Defined in ErrorsGles.h
Define Documentation#
-
debugThrowOnApiError(dummy)#
Checks for API errors if the API supports them. If an error is detected, logs relevant error information. Only works in debug builds, and compiles to a NOP in release builds.
A32BIT#
Defined in ImaginationLogo.h
Define Documentation#
-
A32BIT
VMA_STATIC_VULKAN_FUNCTIONS#
Defined in MemoryAllocator.h
Define Documentation#
-
VMA_STATIC_VULKAN_FUNCTIONS#
Specifies that function pointers for the Vulkan functions will be retrieved external to VMA.
DEFINE_SETVALUE_FOR_TYPE#
Defined in StructuredMemory.h
Define Documentation#
-
DEFINE_SETVALUE_FOR_TYPE(ParamType)#
Contain functions to set values for a number of gpu compatible data types.