Module server

Source
Expand description

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

Structs§

ServerCapabilities
Graphics server capabilities.

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.

Type Aliases§

SharedGraphicsServer
A shared reference to a graphics server.