index
:
c2
master
The best 3D renderer
quou@disroot.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pipeline.cpp
Age
Commit message (
Collapse
)
Author
Lines
11 days
make the pipeline builder a bit cleaner to use
quou
-24
/
+57
2025-02-09
support for structured buffers
quou
-4
/
+23
2025-01-13
basic picking and debug rendering
quou
-0
/
+5
2024-12-31
UI modal windows
quou
-3
/
+3
2024-12-30
ui renderer clipping
quou
-37
/
+41
2024-12-30
Update scissor and viewport functions to take ints instead
quou
-8
/
+8
2024-12-30
backface culling
quou
-0
/
+5
2024-12-30
Fix default blend
quou
-3
/
+3
2024-12-29
alpha blending
quou
-0
/
+39
2024-12-29
fix build error on msvc
quou
-2
/
+2
2024-12-29
allow binding only a portion of a cbuffer
quou
-1
/
+10
2024-12-29
fix depth only render passes
quou
-2
/
+4
2024-12-29
seperate framebuffers and renderpasses; depth buffering.
quou
-11
/
+106
2024-12-28
replace memset
quou
-1
/
+1
2024-12-27
allow renderpasses to specify a clear mode and pipelines to specify their ↵
quou
-1
/
+44
viewport and scissor
2024-12-26
constant buffers
quou
-0
/
+15
2024-12-26
seperate descriptor sets from pipelines to allow swapping out shader ↵
quou
-13
/
+38
resources without recreating pipelines
2024-12-23
send textures to shaders
quou
-0
/
+18
2024-12-21
render a triangle
quou
-0
/
+24
2024-12-19
basic vulkan setup
quou
-0
/
+29