vuk icon indicating copy to clipboard operation
vuk copied to clipboard

vuk - A rendergraph-based abstraction for Vulkan

Results 33 vuk issues
Sort by recently updated
recently updated
newest added

`PipelineBaseCreateInfo` functions like `add_spirv()` currently take the source as `std::vector`. This makes sense for sources loaded at runtime, but requires a needless copy if the sources are embedded in the...

I propose adding `operator+` for `vuk::Name`, which returns a new concatenated Name with an optional joiner string in between (underscore sounds like a sensible default.) It could also be an...

frontend