Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,382 changes: 1,382 additions & 0 deletions docs/rendergraph.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions unittests/webgpu_engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ alp_add_unittest(unittests_webgpu_engine
test_GpuShaderFunctions.cpp
test_ShaderPreprocessor.cpp
test_wgpu_string.cpp
test_RenderGraph.cpp
)

target_link_libraries(unittests_webgpu_engine PUBLIC webgpu_engine)
Expand Down
Loading
Loading