adding attachments resolving to renderpass commands
Test / build_and_test (push) Successful in 26s
Build / build (push) Successful in 56s

This commit is contained in:
2026-05-28 01:05:23 +02:00
parent fe391bc678
commit fc2407d10d
3 changed files with 53 additions and 2 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ It does not seek to produce a performant or production-worthy driver. \
## Soft [software implementation]
Soft be a software implementation of the Vulkan specification, abiding within this drivers own codebase.\
It maketh use of a bespoke SPIR-V interpreter and renderer, by whose workings its labours are carried forth.
Soft be a software implementation of the Vulkan specification, abiding within this driver's own codebase.\
It maketh use of a bespoke [SPIR-V interpreter](https://git.kbz8.me/kbz_8/SPIRV-Interpreter) and renderer, by whose workings its labours are carried forth.
### Build