vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.48k stars 433 forks source link

Minor reorganization of shader validation code #2445

Closed Rua closed 8 months ago

Rua commented 8 months ago

I've split the pipeline::shader module into two submodules, with the idea that additional submodules will follow. I also created a new reusable input_output_map that handles the common code in get_variables_by_key and shader_interface_location_info, and will also be used for future shader validation code that I'm working on.