Re: VkRunner ported to Rust

2023-02-21 Thread Neil Roberts
Alejandro Piñeiro writes: > I have been trying to find a time slot to learn Rust too. If you have > issues around with pending features perhaps one of these days I join > your initiative. Great! I’ll have to have a brainstorm for things that need implementing. The main thing at the moment is tha

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