summaryrefslogtreecommitdiffstats
path: root/thirdparty/glslang/SPIRV/SPVRemapper.h
Commit message (Collapse)AuthorAgeFilesLines
* vulkan: Update all components to Vulkan SDK 1.3.275.0Jakub Marcowski2024-02-061-1/+1
|
* Update Vulkan and related libraries to 1.3.250.0DeeJayLSP2023-06-061-28/+0
|
* vulkan: Update all components to Vulkan SDK 1.3.231.1Rémi Verschelde2022-11-031-0/+8
| | | | | | | Updates to volk, vulkan headers, `vk_enum_string_helper.h`, glslang, spirv-reflect. No update to VMA which still has 3.0.1 as it's last tagged release.
* glslang: Sync with upstream 4fc7a33 for Vulkan SDK 1.2.131Rémi Verschelde2020-03-091-1/+1
| | | | Fixes #36888.
* Initial work on Vulkan:Juan Linietsky2020-02-111-0/+304
-Added VulkanContext -Added an X11 implementation -Added a rendering device abstraction -added a Vulkan rendering device abstraction -Engine does not work, only shows Godot logo (run it from bin/)