rust-gpu/crates/spirv-builder
Jasper Bekkers 78ac32be27
Initial work for bindless buffers & textures in rust-gpu (#450)
This adds the initial support for basic bindless types into rust-gpu. Using this requires a compilation with the `-Ctarget-features=+bindless` flag, or through `.bindless` in the `SpirvBuilder`.
2021-05-05 18:34:39 +02:00
..
src Initial work for bindless buffers & textures in rust-gpu (#450) 2021-05-05 18:34:39 +02:00
Cargo.toml Move disassemble tests to compiletest (#609) 2021-04-30 09:07:45 +02:00