Primordial Machine's Visuals Library
Nothing to see here yet. Come back later, traveler.
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CanvasDpiChangedMessage
Signature
typedef struct Core_CanvasDpiChangedMessage Core_CanvasDpiChangedMessage;
Extends
Description
A message pertaining to a canvas dpi changed event.
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CanvasDpiChangedMessage_create
Signature
Core_Result Core_CanvasDpiChangedMessage_create(Core_CanvasDpiChangedMessage** RETURN, Core_Real32 horizontalDpi, Core_Real32 verticalDpi);
Description
Create a Core_CanvasDpiChangedMessage
object.
Parameters
RETURN | Core_CanvasDpiChangedMessage** | A pointer to a Core_CanvasDpiChangedMessage* variable. |
horizontalDpi | Core_PixelFormat | The horizontal DPI. |
verticalDpi | Core_Natural32 | The vertical DPI. |
Success
*RETURN
was assigned a pointer to the Core_CanvasDpiChangedMessage
object.
Errors
Core_Error_ArgumentInvalid | RETURN is a null pointer. |
Core_Error_AllocationFailed | An allocation failed. |
Return
Core_Success
on success. Core_Failure
on failure.
Remarks
This function sets the by-thread error variable on failure.
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CanvasMessage
Signature
typedef struct Core_CanvasMessage Core_CanvasMessage;
Extends
Description
A message pertaining to a Canvas.
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CanvasMessageKind
Signature
typedef enum Core_CanvasMessageKind <implementation> Core_CanvasMessageKind;
Description
An enumeration of kinds of canvas messages.
Elements
Core_CanvasMessageKind_StateChanged | Kind of canvas state changed message. |
Core_CanvasMessageKind_SizeChanged | Kind of a canvas size changed message. |
Core_CanvasMessageKind_DpiChanged | Kind of a canvas DPI changed message. |
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CanvasSizeChangedMessage
Signature
typedef struct Core_CanvasSizeChangedMessage Core_CanvasSizeChangedMessage;
Extends
Description
A message pertaining to a canvas size changed event.
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CanvasSizeChangedMessage_create
Signature
Core_Result Core_CanvaSizeChangedMessage_create(Core_CanvaSizeChangedMessage** RETURN, Core_Real32 horizontalSize, Core_Real32 verticalSize);
Description
Create a Core_CanvasSizeChangedMessage
object.
Parameters
RETURN | Core_CanvaSizeChangedMessage** | A pointer to a Core_CanvaSizeChangedMessage* variable. |
horizontalSize | Core_Real32 | The horizontal size, in pixels, of the canvas. |
verticalSize | Core_Real32 | The vertical size, in pixels, of the canvas. |
Success
*RETURN
was assigned a pointer to the Core_CanvasSizeChangedMessage
object.
Errors
Core_Error_ArgumentInvalid | RETURN is a null pointer. |
Core_Error_AllocationFailed | An allocation failed. |
Return
Core_Success
on success. Core_Failure
on failure.
Remarks
This function sets the by-thread error variable on failure.
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CanvasStateChangedMessage
Signature
typedef struct Core_CanvasStateChangedMessage Core_CanvasStateChangedMessage;
Extends
Description
A message pertaining to a canvas state changed event.
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CanvasStateChangedMessage_create
Signature
Core_Result Core_CanvasStateChangedMessage_create(Core_CanvasStateChangedMessage** RETURN, Core_Boolean active);
Description
Create a Core_CanvasStateChangedMessage
object.
Parameters
RETURN | Core_CanvasStateChangedMessage** | A pointer to a Core_CanvasStateChangedMessage* variable. |
active | Core_Boolean | The activation state of the canvas. |
Success
*RETURN
was assigned a pointer to the Core_CanvasStateChangedMessage
object.
Errors
Core_Error_ArgumentInvalid | RETURN is a null pointer. |
Core_Error_AllocationFailed | An allocation failed. |
Return
Core_Success
on success. Core_Failure
on failure.
Remarks
This function sets the by-thread error variable on failure.
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_CullMode
Signature
typedef enum Core_CullMode <implementation> Core_CullMode;
Description
This was replaced by https://michaelheilmann.com/repository/Arcadia/Visuals/#Arcadia_Visuals_CullMode.
Elements
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_DepthCompareFunction
Signature
typedef enum Core_DepthCompareFunction <implementation> Core_DepthCompareFunction;
Description
This was replaced by https://michaelheilmann.com/repository/Arcadia.Visuals/#Arcadia_Visuals_DepthCompareFunction.
Elements
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_PixelFormat
Signature
typedef enum Core_PixelFormat <implementation> Core_PixelFormat;
Description
This was replaced by https://michaelheilmann.com/repository/Arcadia.Visuals/#Arcadia_Visuals_PixelFormat.
Elements
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_TextureAddressMode
Signature
typedef enum Core_TextureAddressMode <implementation> Core_TextureAddressMode;
Description
This was replaced by https://michaelheilmann.com/Arcadia/Visuals/#Arcadia_Visuals_TextureAddressMode.
Elements
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_VertexFormat
Signature
typedef enum Core_VertexFormat <implementation> Core_VertexFormat;
Description
An enumeration of vertex formats.
Elements
Core_VertexFormat_PositionXyz | A vertex of the format xyz position. |
Core_VertexFormat_AmbientRgba | A vertex of the format rgba ambient. |
Core_VertexFormat_AmbientUv | A vertex of the format uv ambient. |
Core_VertexFormat_PositionXyzAmbientRgba | A vertex of the format xyz position first and rgba ambient last. |
Core_VertexFormat_PositionXyzAmbientUv | A vertex of the format xyz position first and uv ambient last. |
Core_VertexFormat_PositionXyzAmbientRgbaAmbientUv | A vertex of the format xyz positin first, rgba ambient second, and uv ambient last. |
Deprecated: Creation of dynamic property TlInterpreter::$isInParagraph is deprecated in /www/htdocs/w01c33e8/primordialmachine.com/libraries/Template/TlInterpreter.php on line 37
Core_WindingMode
Signature
typedef enum Core_WindingMode <implementation> Core_WindingMode;
Description
This was replaced by https://michaelheilmann.com/Arcadia/Visuals/#Arcadia_Visuals_WindingMode.