i managed to write a rust program that adds 2 numbers!
https://mzte.de/git/LordMZTE/adder/src/branch/master/src/main.rs
@neXtTech it connects to the gpu, creates a compute shader pipeline with a GLSL shader that adds 2 nums, allocates a cpu shared buffer with the numbers, runs the compute pipeline in the gpu and then reads back the number from the shared buffer and prints it.
@LordMZTE i genuinely thought all this code added 2 numbers in rust