Antoine

Results 15 comments of Antoine

I managed to fix this by using external semaphore to sync vulkan command buffers with cuda streams used by the optix 7 denoiser. There is a good example in the...

I was interested by this issue, after looking a bit into this, it seems the zero is not the column but the TSourceLoc::string integer that is printed, which I don't...

The persistence feature is implemented in the example in this repo via an optional [rust feature](https://doc.rust-lang.org/cargo/reference/features.html) , you can check it [here](https://github.com/setzer22/egui_node_graph/blob/main/egui_node_graph_example/src/main.rs). Might be nice to have some more doc...

Nice work, I had some code in local to test it, it could be even better to use an optional regex group for the column tag in order for the...

This could be solved with things such as : `layout(my_entry_point, local_size_x = 1, local_size_y = 1,​ local_size_z = 1​) in;` `layout(entry_point=my_entry_point, local_size_x = 1, local_size_y = 1,​ local_size_z = 1​)...

Sorry, did not had the time to look into it, it compile fine for me if i specify the compute shader stage as gl_GlobalInvocationID is a compute only variable. For...

That is what the code was doing, but it failed if we did not preprocessed. I will see if i can add this, but maybe it would be more interesting...

Well from what I saw, I think the parser preprocess the input string without caring if we called preprocess before and if we passed a preprocess string or a non...

Didn't had the time to look into it. It does not look like a highly requested feature, which would explain why it's not implemented