Re: VkRunner ported to Rust

2023-02-20 Thread Alejandro Piñeiro
On 20/2/23 16:53, Neil Roberts wrote: Hi folks, Hi Neil! Does anybody remember VkRunner? It’s a little tool to help write shader-based tests for Vulkan. It’s the same concept as Piglit’s shader_runner but for Vulkan instead of OpenGL. There are a couple of tests using it in Piglit but ap

VkRunner ported to Rust

2023-02-20 Thread Neil Roberts
Hi folks, Does anybody remember VkRunner? It’s a little tool to help write shader-based tests for Vulkan. It’s the same concept as Piglit’s shader_runner but for Vulkan instead of OpenGL. There are a couple of tests using it in Piglit but apart from that it never really got off the ground. Anyway