1 file changed
+1
-1
lines changed- CMakeLists.txt+4-4
- include/slang-rhi.h+7
- src/d3d11/d3d11-command.cpp+4-4
- src/d3d11/d3d11-shader-object.cpp+17-16
- src/d3d11/d3d11-shader-object.h+5-5
- src/metal/metal-command.cpp+8-2
- src/metal/metal-command.h+1
- src/metal/metal-shader-object.cpp+146-89
- src/metal/metal-shader-object.h+10-1
- src/metal/metal-shader-table.cpp-5
- src/metal/metal-shader-table.h-2
- src/metal/metal-surface.cpp+2-2
- src/rhi.cpp+10
- src/wgpu/wgpu-command.cpp+5-5
- src/wgpu/wgpu-shader-object.cpp+19-18
- src/wgpu/wgpu-shader-object.h+8-8
- src/wgpu/wgpu-util.cpp+2-2
- tests/test-benchmark-command.cpp+4-4
- tests/test-buffer-barrier.cpp+4-4
- tests/test-clear-texture.cpp+3-3
- tests/test-compute-smoke.cpp+3-3
- tests/test-compute-trivial.cpp+3-3
- tests/test-cooperative-vector.cpp+3-3
- tests/test-copy-texture.cpp+4-4
- tests/test-create-buffer-from-handle.cpp+3-3
- tests/test-dummy.slang+3
- tests/test-existing-device-handle.cpp+3-3
- tests/test-formats.cpp+3-3
- tests/test-instanced-draw.cpp+12-12
- tests/test-nested-parameter-block.cpp+4-4
- tests/test-precompiled-module-2.cpp-188
- tests/test-precompiled-module.cpp+123-30
- tests/test-ray-tracing.cpp+16-15
- tests/test-resolve-resource-tests.cpp+3-3
- tests/test-resource-states.cpp+26
- tests/test-root-shader-parameter.cpp+3-3
- tests/test-root-shader-parameter.slang+5
- tests/test-sampler-array.cpp+4-3
- tests/test-shader-cache.cpp+9-9
- tests/test-shared-buffer.cpp+3-3
- tests/test-shared-texture.cpp+3-3
- tests/test-surface-compute.slang+10
- tests/test-surface-render.slang+9-16
- tests/test-surface.cpp+302
- tests/test-swapchain.cpp-231
- tests/test-texture-types.cpp+6-6
- tests/test-uint16-structured-buffer.cpp+3-3
- tests/testing.cpp+6-5
- tests/testing.h+2
0 commit comments