Neil Henning

Results 79 comments of Neil Henning

I've got a partial implementation but I'm still working on it.

https://github.com/KhronosGroup/glslang/pull/1497

I've bailed on Khronos 1 & 1/2 years ago - so this isn't for me alas! Good luck though.

@oscarbg yup! We'll only define the capability when we require it - so a kernel with write_only images would work on Intel GPUs!

For the above example I think you could get away with setting the default spec constant value for gl_WorkGroupSize to 12,2,3, and that way when boo is turned into a...

Does Vector of bool maybe get generated as the result of a CMP inst on a vector? On 28 Aug 2017 17:36, "David Neto" wrote: > OpenCL C doesn't have...

(trying to resurrect this thread) - without being able to sandbox build.rs, any usage of Rust made by me and my industry is hamstrung due to security concerns. We're effectively...

Most crates that use build.rs seem to read some files within the crate, and generate a single generated.rs - all contained by reads from the crate and writes only to...

> I'm unclear on what the precise blocking issues are supposed to be here. In particular, why is "do all your Rust builds in docker" not a solution? Don't you...