mirror of
https://github.com/libretro/libretro-samples.git
synced 2025-04-02 10:31:48 -04:00
15 lines
498 B
Markdown
15 lines
498 B
Markdown
# vk_async_compute
|
|
This sample demonstrates how to render graphics to the default Vulkan framebuffer using libretro API.
|
|
|
|
## Requirements
|
|
A graphics card driver supporting Vulkan API.
|
|
|
|
## Programming language
|
|
C
|
|
|
|
## Building
|
|
To compile, you will need a C compiler and assorted toolchain installed.
|
|
|
|
make
|
|
|
|
This targets [libretro](http://libretro.com) Vulkan interface, so you need a libretro frontend supporting this interface, such as [RetroArch](https://github.com/libretro/RetroArch), installed.
|