[][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.

Re-exports

pub use vulkano;

Modules

context

Context holds global Vulkan API state information.

device

The device uses GPU to execute rendering and computing commands.

pass

Infrastructure containing device configuration used for computations.

Macros

impl_vertex

Implements the Vertex trait on a struct.

Structs

Version

Represents an API version of Vulkan.

Enums

ResizeError

Error during resizing of viewports.