diff options
author | David Robillard <d@drobilla.net> | 2020-10-26 20:48:49 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-26 20:48:49 +0100 |
commit | 1bcc437a37d80e3ad0e6f1dbd5ba858f933a0846 (patch) | |
tree | 52b03df6250be1c5af214ed0b1b043301b9dd0fe /doc/mainpage.md | |
parent | 472d42f2678cfb60eef9ea181976c4389d4661df (diff) | |
download | pugl-1bcc437a37d80e3ad0e6f1dbd5ba858f933a0846.tar.gz pugl-1bcc437a37d80e3ad0e6f1dbd5ba858f933a0846.tar.bz2 pugl-1bcc437a37d80e3ad0e6f1dbd5ba858f933a0846.zip |
Add Vulkan backends
Diffstat (limited to 'doc/mainpage.md')
-rw-r--r-- | doc/mainpage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.md b/doc/mainpage.md index 3dd4511..3204a36 100644 --- a/doc/mainpage.md +++ b/doc/mainpage.md @@ -34,7 +34,7 @@ and be configured by [setting hints](@ref puglSetViewHint) and optionally [adjusting the frame](@ref frame). The [Backend](@ref PuglBackend) controls drawing for a view. -Pugl includes [Cairo](@ref cairo) and [OpenGL](@ref gl) backends, +Pugl includes [Cairo](@ref cairo), [OpenGL](@ref gl), and [Vulkan](@ref vulkan) backends, as well as a [stub](@ref stub) backend that creates a native window with no portable drawing context. Once the view is configured, |