[][src]Module gaclen::graphics

Graphics provide hardware accelerated rendering.

This is a major part of gaclen, since rendering is exclusive to clients.

The graphical workflow is extensive, please refer to examples for help.

Modules

context

Context holds global Vulkan API state information.

device

The device uses GPU to execute rendering and computing commands.

pass

Infrastructure for interpreting and computing data.

Structs

Version

Represents an API version of Vulkan.

Enums

ResizeError

Error during resizing of viewports.