Paul Thomson

Results 33 comments of Paul Thomson

// We cannot yet deal with adding bindings for uniform arrays. assert !variablesDeclaration.getDeclInfo(0).hasArrayInfo();

There might be more issues here actually; the idea is that I am trying to use a reference (output by the generator) as both a donor and the input reference...

Thank you for your interest in contributing! Are you a Google Summer of Code 2021 applicant? If so, please note the following. We have a list of projects for 2021...

Thank you for your interest in contributing! Are you a Google Summer of Code 2021 applicant? If so, please note the following. We have a list of projects for 2021...

I would maybe picture something like (pseudo-code): ``` start renderpass P RUN pipeline X RUN pipeline Y end renderpass P ``` ...at the point when you run the pipelines.

ClusterFuzz->GraphicsFuzz -- because I don't want to unfairly take credit for ClusterFuzz :-) I don't think we have an immediate need for this, but it sounds like a good idea...

Can you try: ``` cmake -GNinja -DVulkan_LIBRARY="/cygdrive/c/VulkanSDK/1.2.135.0" ../.. ```

In fact, even simpler: ``` cmake -GNinja -DAMBER_USE_LOCAL_VULKAN=1 ../.. ```

Yes I also wondered this (mentioned on chat). But would this require a Vulkan or Dawn device to be able to run the script?

Cool. How should we proceed here? We could add a directory `image_tool/`, or we could just start adding additional .cc files in `samples/` and produce another binary from there. Would...