godot/drivers/vulkan
Hugo Locurcio 31194f5b1c
Add get_video_adapter_api_version() to RenderingServer
This method can be used to get the graphics API version currently in
use (such as Vulkan). It can be used by projects for troubleshooting
or statistical purposes.
2022-05-03 01:18:35 +02:00
..
rendering_device_vulkan.cpp Add get_video_adapter_api_version() to RenderingServer 2022-05-03 01:18:35 +02:00
rendering_device_vulkan.h Add get_video_adapter_api_version() to RenderingServer 2022-05-03 01:18:35 +02:00
SCsub Fix build for macOS / iOS with the statically linked MoltenVK after VMA update. 2022-02-25 11:52:54 +02:00
vulkan_context.cpp Add get_video_adapter_api_version() to RenderingServer 2022-05-03 01:18:35 +02:00
vulkan_context.h Add get_video_adapter_api_version() to RenderingServer 2022-05-03 01:18:35 +02:00
vulkan_hooks.h Implementing OpenXR driver 2022-02-23 12:02:24 +01:00