Maik Klein

Results 87 comments of Maik Klein

@drahnr That sounds great! I'll send you a pm on gitter.

> If most of the necessary changes have been merged into rustc, why is it that we need a rustup shim? Is it so that it makes adding the custom...

@mitchmindtree Both projects would probably be a huge undertaking. `spirv-val` is not feature complete and it has been around for a while, and I wouldn't underestimate the spir-v spec. For...

Potential bi-directional spir-v llvm compiler https://gitlab.collabora.com/tomeu/llvm-spirv

This currently only targets OpenCL and does not support the logical addressing model which is required by Vulkan.

I am not sure if you are aware but this is how it currently looks ``` #[spirv(fragment)] fn fragment( frag: Fragment, uv: Input, time: Uniform, ) -> Output { ......

> I have been working on a framegraph myself RDAG I'll definitely check it out! I kinda run into some design issues e.g how I handle external resources like from...

>Unities ScriptableRenderPipeline solve part of rendering the meshes quite well. They build filters for culling etc. And I believe that those 3 problems are orthogonal: I definitely should look more...

It can't be fully safe, and it is not idiomatic Rust as we use deref chains to emulate inheritance. I'd say the goal is to make it more pleasant to...

Okay I am using a german layout where `^`doesn't need any modifiers. Shift+6 strangely also works for me even if Shift+6 maps to &. I always wanted to switch to...