PVRCore Typedefs#
pvr::Extent2D#
Defined in Texture.h
Typedef Documentation#
-
typedef GenericExtent2D<uint32_t> pvr::Extent2D#
A 2D, integer Extent typically used for Images.
pvr::utf16#
Defined in UnicodeConverter.h
Typedef Documentation#
-
typedef unsigned short pvr::utf16#
A UTF-16 (unsigned) character. 16-bit unsigned Integer.
pvr::Offset2D#
Defined in Texture.h
Typedef Documentation#
-
typedef GenericOffset2D<int32_t> pvr::Offset2D#
A 2D, integer Offset typically used for Images.
pvr::OSWindow#
Defined in Types.h
Typedef Documentation#
-
typedef void *pvr::OSWindow#
Native window type.
pvr::Rectanglei#
Defined in Rectangle.h
Typedef Documentation#
pvr::Rectangle3Di#
Defined in Rectangle3D.h
Typedef Documentation#
-
typedef Rectangle3D<int32_t> pvr::Rectangle3Di#
An integer 3D rectangle.
pvr::UInt8Buffer#
Defined in Types.h
Typedef Documentation#
-
typedef ::std::vector<unsigned char> pvr::UInt8Buffer#
Represents a buffer of Unsigned Bytes. Used to store raw data.
pvr::Offset3D#
Defined in Texture.h
Typedef Documentation#
-
typedef GenericOffset3D<int32_t, int32_t> pvr::Offset3D#
A 3D, integer Offset typically used for 3D Images.
pvr::utf8#
Defined in UnicodeConverter.h
Typedef Documentation#
-
typedef unsigned char pvr::utf8#
A UTF-8 (unsigned) character. 8-bit unsigned Integer.
pvr::Rectanglef#
Defined in Rectangle.h
Typedef Documentation#
pvr::Extent3D#
Defined in Texture.h
Typedef Documentation#
-
typedef GenericExtent3D<uint32_t, uint32_t> pvr::Extent3D#
A 3D, integer Extent typically used for 3D Images.
pvr::OSDATA#
Defined in Types.h
Typedef Documentation#
-
typedef void *pvr::OSDATA#
Native application data type.
pvr::Effect#
Defined in Effect.h
Typedef Documentation#
pvr::CommandLine#
Defined in CommandLine.h
Typedef Documentation#
-
typedef platform::CommandLineParser::ParsedCommandLine pvr::CommandLine#
< summary> Typedef of the CommandLine into the pvr namespace
pvr::utf32#
Defined in UnicodeConverter.h
Typedef Documentation#
-
typedef unsigned int pvr::utf32#
A UTF-32 (unsigned) character. 32-bit unsigned Integer.
pvr::OSDisplay#
Defined in Types.h
Typedef Documentation#
-
typedef void *pvr::OSDisplay#
Native display type.
pvr::OSApplication#
Defined in Types.h
Typedef Documentation#
-
typedef void *pvr::OSApplication#
Native application type.
pvr::OSConnection#
Defined in Types.h
Typedef Documentation#
-
typedef void *pvr::OSConnection#
Native connection type. Used as a connection between a client side window system library (Xlib, XCB) and its corresponding server side window system library.
pvr::Rectangle3Df#
Defined in Rectangle3D.h
Typedef Documentation#
-
typedef Rectangle3D<float> pvr::Rectangle3Df#
A float 3D rectangle.
pvr::effect::ShaderReference#
Defined in Effect.h
Typedef Documentation#
pvr::async::TextureLoadFuture#
Defined in TextureLoadAsync.h
Typedef Documentation#
-
typedef std::shared_ptr<TextureLoadFuture_> pvr::async::TextureLoadFuture#
A reference counted handle to a TextureLoadFuture_. A TextureLoadFuture_ can only be handled using this class.
pvr::async::TexturePtr#
Defined in TextureLoadAsync.h
Typedef Documentation#
pvr::async::SemaphorePtr#
Defined in Threading.h
Typedef Documentation#
pvr::async::Semaphore#
Defined in Threading.h
Typedef Documentation#
-
typedef moodycamel::details::mpmc_sema::LightweightSemaphore pvr::async::Semaphore#
A lightweight semaphore with a small spin-wait (typedef from moodycamel)