Skip to main content

Module server

Module server 

Source
Expand description

Graphics server is an abstraction layer over various graphics APIs used on different platforms supported by the engine.

Structs§

RenderingScope
A named debug scope RAII object that automatically exits the scope on drop.
ServerCapabilities
Graphics server capabilities.
ServerMemoryUsage
Contains information about used memory per each category of GPU resource. This is not precise data; it only calculates total requested memory by the user of a graphics server and does not include additional memory overhead in the video driver. Yet this information could still be useful.

Traits§

GraphicsServer
Graphics server is an abstraction layer over various graphics APIs used on different platforms supported by the engine. Such abstraction layer tries to provide more or less high-level and unified interface, that can be used to build graphics pipelines quickly and more or less efficiently.
GraphicsServerAsAny
A base trait that provides useful methods for trait downcasting.

Type Aliases§

SharedGraphicsServer
A shared reference to a graphics server.