Expand description
Graphics server is an abstraction layer over various graphics APIs used on different platforms supported by the engine.
Structs§
- Server
Capabilities - Graphics server capabilities.
Traits§
- Graphics
Server - 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§
- Shared
Graphics Server - A shared reference to a graphics server.