doc: Document !1983

This commit is contained in:
Jakob Bornecrantz 2023-10-12 15:13:24 +01:00
parent 1a720c4814
commit 53d1bdbe5e
4 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
render: Make it possible to set clear color when starting render pass.

View file

@ -0,0 +1 @@
render: Add new layer shaders and support code.

View file

@ -0,0 +1,2 @@
util: Prefix compute functions with `cs`, rename file and refactor out layer
helpers in preparation for new graphics layer render code.

View file

@ -0,0 +1,2 @@
util: Add new graphics layer helper code, only supports projection and quad
layers so isn't fully on par with the old one. But matches the compute path.