No description
Find a file
msiglreith ca1ff277fa Fix stack corruption caused by command buffers
Command buffer size needs to match between exposed type in Rust and vulkan declaration. Therefore, cmd buffers get wrapped in handles
2017-11-23 00:04:29 +01:00
modules Git modules, README, travis, etc 2017-09-06 22:04:18 -04:00
native Change file-ending for MSVC compiler 2017-11-23 00:02:09 +01:00
src Fix stack corruption caused by command buffers 2017-11-23 00:04:29 +01:00
.gitignore Git modules, README, travis, etc 2017-09-06 22:04:18 -04:00
.gitmodules Git modules, README, travis, etc 2017-09-06 22:04:18 -04:00
.travis.yml Update to latest gfx-rs 2017-11-06 21:57:32 -05:00
Cargo.toml Surface creation/destruction 2017-11-13 22:57:02 -05:00
LICENSE Initial commit 2017-09-06 21:53:52 -04:00
Makefile Surface creation/destruction 2017-11-13 22:57:02 -05:00
README.md Device creation 2017-09-12 12:27:01 -04:00

gfx-portability

Build Status

This is a prototype static library implementing Vulkan Portability Initiative using gfx-rs low-level core. See gfx-rs meta issue for backend limitations and further details.