-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* multiview working on Vulkan, but not on dx * Proof of not working stuff * top shader * finally working multiview * Feature/x11 (#200) * added x11 support * minor change * Restyled Feature/x11 (#201) * Restyled by clang-format * Restyled by cmake-format --------- Co-authored-by: Restyled.io <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]> * Feature/sdl (#202) * factored out a lot of code made sdl3 the default example window system * revamped swapchain on vulkan side added multiview example * removed unnecessary build targets * revisited lut example removed old ones examples are finished, moving to the next tasks * agility sdk fix * updated readme * Restyled Feature/sdl (#203) * Restyled by astyle * Restyled by clang-format * Restyled by cmake-format * Restyled by prettier-markdown * Restyled by whitespace --------- Co-authored-by: Restyled.io <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]> * fixes for linux platform * Bindless descriptor tables (#204) * step 1: create mock of bindless desctiptor tables * moved descriptor buffer to an extension added descriptor storage for bindless resources reserved place for root descriptors * Restyled Bindless descriptor tables (#205) * Restyled by astyle * Restyled by clang-format * Restyled by cmake-format * Restyled by prettier-markdown * Restyled by whitespace --------- Co-authored-by: Restyled.io <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]> * fixed build for linux * rootsig for dx only impl * DXIL overlap problem solved (through bruteforce though) * Added push descriptor support Added space overlaps * fixed bindings for push descriptor * why did I use update after bind? * made inline array of render targets * const correctness for structures * fixed multiview not working with depth * com_ptr again, fixed texture replacement resulting in leak added non-uniform root signature creation * fixed textures copy to and from buffer not taking into account offsets * feature bump * tested on Vulkan * Restyled Feature/0.4.0 (#199) * Restyled by astyle * Restyled by clang-format * Restyled by cmake-format * Restyled by prettier-markdown * Restyled by whitespace --------- Co-authored-by: Restyled.io <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
6cdd204
commit 3231853
Showing
181 changed files
with
7,478 additions
and
41,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.