Rua

Results 242 comments of Rua

The spec isn't really clear on when the monitor value will be used when provided, and when it will be ignored. I had assumed that if the value is not...

Looks good! @marc0246 do you have anything more to add?

This is something I've been thinking about as well. My current plan is to split this into two separate PRs, each of which implements a subset of the features. First,...

> To clarify - the `vkGetRayTracing*` methods are these? > > * `vkGetRayTracingShaderGroupStackSizeKHR` > > * `vkGetRayTracingShaderGroupHandlesKHR` > > * `vkGetRayTracingCaptureReplayShaderGroupHandlesKHR` Yes. > indeed, in coverage it says "Host acceleration...

You're not the first person to be confused about "features", so I'm wondering if naming them "device features" here would help make it clear.

Yep, someone else just came to the Vulkano discord confused about the same thing! Clearly a rename is in order, haha

I get an error when I try to run the script: > rua@rua-desktop ~/code/vulkano/examples $ ./run_all.sh > ./run_all.sh: 2: set: Illegal option -o pipefail

> rua@rua-desktop ~ $ sh --version > sh: 0: Illegal option -- Eh? XD

I assume it's done for compatibility reasons, and I guess it also stops people from using `sh` when they're not actually using commands compatible with `sh`. I have both `sh`...

Now it works, but the gl-interop example crashes (as it has been for a while), and the script terminates instead of continuing. Is there a way to make it continue?