-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vk ext shader object optional layer #780
base: main
Are you sure you want to change the base?
Vk ext shader object optional layer #780
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89d6fe8 - Browse repository at this point
Copy the full SHA 89d6fe8View commit details
Commits on Aug 17, 2023
-
add an ability to have optional vulkan layers. If it's an optional la…
…yer, and it's not found, continue to load the application instead of erroring out. Fix the validation layer discovered issues in shader object. The render_pass gets created twice (once in the super class prepare and once after the child class recreates the frame buffer. Destroying the first created renderpass will solve this.). Also the heightmap_texture and terrain_array_texture both get their sampler's default created and then explicitly recreated. So adding the destroy sampler just before recreation solves the second and third validation issue.
Configuration menu - View commit details
-
Copy full SHA for c76194e - Browse repository at this point
Copy the full SHA c76194eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0356d - Browse repository at this point
Copy the full SHA 2b0356dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53482ab - Browse repository at this point
Copy the full SHA 53482abView commit details -
Configuration menu - View commit details
-
Copy full SHA for a86f7d2 - Browse repository at this point
Copy the full SHA a86f7d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb01dcf - Browse repository at this point
Copy the full SHA fb01dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33bdc15 - Browse repository at this point
Copy the full SHA 33bdc15View commit details -
if there's an error in clang-format then save off the diff output so …
…it can be downloaded after the run and applied as a patch.
Configuration menu - View commit details
-
Copy full SHA for ad8e78c - Browse repository at this point
Copy the full SHA ad8e78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9290b5f - Browse repository at this point
Copy the full SHA 9290b5fView commit details
Commits on May 16, 2024
-
Merge remote-tracking branch 'refs/remotes/upstream/main' into VK_EXT…
…_shader_object_optional_layer # Conflicts: # framework/core/hpp_instance.h # framework/core/instance.h # framework/hpp_vulkan_sample.cpp # framework/hpp_vulkan_sample.h # framework/vulkan_sample.cpp # samples/extensions/shader_object/README.adoc # third_party/volk # third_party/vulkan
Configuration menu - View commit details
-
Copy full SHA for d1cb82d - Browse repository at this point
Copy the full SHA d1cb82dView commit details -
Refactor validation layers to use vector instead of map
Related functions and variables have been updated to accommodate the change. This ensures consistency and optimizes the performance for layer searches and validations.
Configuration menu - View commit details
-
Copy full SHA for 892f289 - Browse repository at this point
Copy the full SHA 892f289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d8b14 - Browse repository at this point
Copy the full SHA 48d8b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92bdb0 - Browse repository at this point
Copy the full SHA e92bdb0View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b73db8 - Browse repository at this point
Copy the full SHA 3b73db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b132c - Browse repository at this point
Copy the full SHA d2b132cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e35ba - Browse repository at this point
Copy the full SHA 27e35baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 709d7de - Browse repository at this point
Copy the full SHA 709d7deView commit details