vulkano/.gitignore
Okko Hakola 0e581c07b2
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 20:56:27 +07:00

7 lines
84 B
Plaintext

target
/Cargo.lock
.cargo
examples/**/triangle.png
examples/**/mandelbrot.png
.idea