dplug.gui.graphics

A GUIGraphics is the interface between a plugin client and a IWindow.

Members

Aliases

RMSP
alias RMSP = RGBA

In the whole package: The diffuse maps contains: RGBA = red/green/blue/emissiveness The depth maps contains depth (0 being lowest, 65535 highest) The material map contains: RGBA = roughness / metalness / specular / unused

Classes

GUIGraphics
class GUIGraphics
Undocumented in source.

Functions

byteStride
int byteStride(int width)
Undocumented in source. Be warned that the author may not have intended to support it.
shuffleComponentsRGBA8ToARGB8AndForceAlphaTo255
void shuffleComponentsRGBA8ToARGB8AndForceAlphaTo255(ImageRef!RGBA image)
Undocumented in source. Be warned that the author may not have intended to support it.
shuffleComponentsRGBA8ToBGRA8AndForceAlphaTo255
void shuffleComponentsRGBA8ToBGRA8AndForceAlphaTo255(ImageRef!RGBA image)
Undocumented in source. Be warned that the author may not have intended to support it.
shuffleComponentsRGBA8ToRGBA8AndForceAlphaTo255
void shuffleComponentsRGBA8ToRGBA8AndForceAlphaTo255(ImageRef!RGBA image)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Guillaume Piolat