-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule parallel-rdp-standalone
updated
21 files
+1 −1 | COMMIT | |
+5 −5 | parallel-rdp/rdp_renderer.cpp | |
+48,826 −53,871 | parallel-rdp/shaders/slangmosh.hpp | |
+1 −1 | parallel-rdp/video_interface.cpp | |
+4 −0 | util/aligned_alloc.hpp | |
+23 −14 | util/bitops.hpp | |
+2 −2 | util/timer.cpp | |
+219 −150 | vulkan/command_buffer.cpp | |
+16 −4 | vulkan/command_buffer.hpp | |
+56 −15 | vulkan/context.cpp | |
+5 −1 | vulkan/context.hpp | |
+85 −60 | vulkan/descriptor_set.cpp | |
+24 −21 | vulkan/descriptor_set.hpp | |
+7 −1 | vulkan/device.cpp | |
+1 −0 | vulkan/limits.hpp | |
+1 −1 | vulkan/render_pass.hpp | |
+134 −84 | vulkan/shader.cpp | |
+20 −11 | vulkan/shader.hpp | |
+6 −1 | vulkan/vulkan_headers.hpp | |
+9 −0 | vulkan/wsi.cpp | |
+1 −0 | vulkan/wsi.hpp |