There was an error fetching the commit references. Please try again later.
vk_device: Add miscellaneous features and minor style changes
* Increase minimum Vulkan requirements * Require VK_EXT_vertex_attribute_divisor * Require depthClamp, samplerAnisotropy and largePoints features * Search and expose VK_KHR_uniform_buffer_standard_layout * Search and expose VK_EXT_index_type_uint8 * Search and expose native float16 arithmetics * Track current driver with VK_KHR_driver_properties * Query and expose SSBO alignment * Query more image formats * Improve logging overall * Minor style changes * Minor rephrasing of commentaries
Showing
- src/video_core/renderer_vulkan/vk_device.cpp 211 additions, 90 deletionssrc/video_core/renderer_vulkan/vk_device.cpp
- src/video_core/renderer_vulkan/vk_device.h 44 additions, 18 deletionssrc/video_core/renderer_vulkan/vk_device.h
- src/video_core/renderer_vulkan/vk_shader_decompiler.cpp 3 additions, 3 deletionssrc/video_core/renderer_vulkan/vk_shader_decompiler.cpp
Loading
Please register or sign in to comment