docs.rs failed to build mira-0.1.14
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
mira-0.1.26
mira
Pure and simple Vulkan bindings generated from Vulkan-Headers!
Mira provides a simple and straightforward way to interact with Vulkan. Everything was generated by bindgen and uses the original API names. This crate provides:
- 👀 Function pointers!
- 💯 Dynamic loader of instance and device commands!
- ✍️ Original names of commands, structures and macros!
- 💪 Extra useful features to help with development!
- 😀 Simple examples!
Code
Enumerate all instance extensions.
use MiraError;
use loader;
use ;
use *;
use *;
Examples
Successfully tested on Linux(Lubuntu 20.04) with Intel(R) HD Graphics 620 (KBL GT2).
Color
Displays a window with a purple background.
cargo run --example color

Vulkan version
1.3.206