This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
vulkano
Watch
2
Star
0
Fork
0
You've already forked vulkano
mirror of
https://github.com/vulkano-rs/vulkano.git
synced
2024-11-22 06:45:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2193c0ee50
vulkano
/
.gitignore
8 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Cargo workspace file
2016-08-07 12:31:07 +00:00
target
Some work on the website
2017-06-24 17:47:32 +00:00
/Cargo.lock
Cleanup examples (#1096) * replaced `.expect()` that provided no useful information with `.unwrap()` * used `use` consistently (all types are `use`d all functions have the parent module `use`d) * other formatting consistencies
2018-10-28 03:02:29 +00:00
.cargo
update examples to use ImageUsage::color_attachment instead of caps.supported_usage_flags (#1373) * add additional ImageUsage constructors * update examples to use ImageUsage::color_attachment instead of caps.supported_usage_flags * fix additional usage in multi-window example * update ignore to not include mandelbrot.png and triangle.png * update ignore to not include mandelbrot.png and triangle.png
2020-06-01 07:10:02 +00:00
examples/**/triangle.png
examples/**/mandelbrot.png
Allow external memory support with DeviceLocalBuffers (#1506) * Add posix handle type shortcut * Expose device local buffer's memory * Add exportable memory option for pools & device local memory * Add test for device local with exportable fd * Use a convenience function in test * Dont expose memory, but instead allow export fd directly * Fix mistakes & clean * Remove test due to IncompatibleDriver error
2021-03-14 13:56:27 +00:00
.idea
gitignore: remove vim swap files. (#1579)
2021-05-17 10:03:54 +00:00
*.swp
Reference in New Issue
Copy Permalink