This page provides links to both Vulkan 1.3 general release drivers, and developer beta drivers.
Vulkan 1.3 General Release Driver Downloads
Vulkan 1.3, including support for the Vulkan Ray Tracing extensions, is available for Windows and Linux in our general release drivers here:
Windows
- Download for Windows 10/11
Linux
- Download for Linux 64-bit
NVIDIA SHIELD TV
- Vulkan 1.1 on Android
Vulkan Beta Driver Downloads
Windows driver version 528.50 and Linux driver version 525.47.07 contain newly released Vulkan features and bug fixes for Vulkan developers.
Windows 528.50
- Download for Windows 10/11
Linux 525.47.07
- Download for Linux 64-bit
Vulkan Beta Driver Release Notes
The latest Vulkan 1.3 specification can be found here: https://www.khronos.org/registry/vulkan/
NVIDIA provides full Vulkan 1.3 support and functionality on NVIDIA GeForce and Quadro graphics card with one of the following Ada Lovelace, Ampere, Turing, Volta, Pascal and Maxwell (first and second generation) based GPUs:
- GeForce RTX: GeForce RTX 4090, GeForce RTX 4080, GeForce 4070 Ti
- GeForce RTX: GeForce RTX 3090, GeForce RTX 3080 Ti, GeForce RTX 3080, GeForce RTX 3070 Ti, GeForce RTX 3070, GeForce RTX 3060 Ti, GeForce RTX 3060
- NVIDIA RTX: NVIDIA RTX A6000, NVIDIA RTX A5000, NVIDIA RTX A4000, NVIDIA RTX A2000
- TITAN: NVIDIA TITAN RTX
- GeForce RTX: GeForce RTX 2080 Ti, GeForce RTX 2080 SUPER, GeForce RTX 2080, GeForce RTX 2070 SUPER, GeForce RTX 2070, GeForce RTX 2060 SUPER, GeForce RTX 2060
- GeForce GTX: GeForce GTX 1660 Ti, GeForce GTX 1660 SUPER, GeForce GTX 1660, GeForce GTX 1650 SUPER, GeForce GTX 1650 Ti, GeForce GTX 1650, GeForce MX250, GeForce MX230
- Quadro: Quadro RTX 8000, Quadro RTX 6000, Quadro RTX 5000, Quadro RTX 4000, Quadro RTX 3000, Quadro T2000, Quadro T1000
- TITAN: NVIDIA TITAN V
- Quadro: Quadro GV100
- TITAN: NVIDIA TITAN Xp, NVIDIA TITAN X (Pascal)
- GeForce: GeForce GTX 1080 Ti, GeForce GTX 1080, GeForce GTX 1070 Ti, GeForce GTX 1070, GeForce GTX 1060, GeForce GTX 1050 Ti, GeForce GTX 1050, GeForce GT 1030, GeForce MX150,
- Quadro: Quadro GP100, Quadro P6000, Quadro P5200, Quadro P5000, Quadro P4200, Quadro P4000, Quadro P3200, Quadro P3000, Quadro P2200, Quadro P2000, Quadro P1000, Quadro P620, Quadro P600, Quadro P520, Quadro P500, Quadro P400
- TITAN: GeForce GTX TITAN X
- GeForce: GeForce GTX 980 Ti, GeForce GTX 980, GeForce GTX 980M, GeForce GTX 970, GeForce GTX 970M, GeForce GTX 965M, GeForce GTX 960, GeForce GTX 950,
- Quadro: Quadro M6000 24GB, Quadro M6000, Quadro M5500, Quadro M5000, Quadro M5000M, Quadro M4000, Quadro M4000M, Quadro M3000M, Quadro M2200, Quadro M2000
- GeForce: GeForce GTX 960M, GeForce GTX 950M, GeForce 945M, GeForce 940MX, GeForce 930MX, GeForce 920MX, GeForce 940M, GeForce 930M, GeForce GTX 860M, GeForce GTX 850M, GeForce 845M, GeForce 840M, GeForce 830M, GeForce GTX 750 Ti, GeForce GTX 750, GeForce GTX 745, GeForce MX130
- Quadro: Quadro M2000M, Quadro M1000M, Quadro M600M, Quadro M500M, Quadro M1200, Quadro M620, Quadro M520, Quadro K2200M, Quadro K620M
Ada Lovelace GPU Architecture
Ampere GPU Architecture
Turing GPU Architecture
GPUs starting with the Turing family expose several Vulkan extensions giving developers access to advanced features like ray tracing, mesh shaders, variable rate shading and texture-space shading.
Volta GPU Architecture
Pascal GPU Architecture
Maxwell 2 GPU Architecture
Maxwell 1 GPU Architecture
For any bugs or issues, please file a bug through the developer website: https://devtalk.nvidia.com/
Vulkan Beta Driver Release Updates
February 3rd, 2023 — Windows 528.50, Linux 525.47.07
- New:
- VK_EXT_pipeline_library_group_handles
- Vulkan Video driver experiments:
- Internally synchronize the picture VkVideoSessionParametersKHR while during parameter updates with vkUpdateVideoSessionParametersKHR
- Allow for Picture Parameters like StdVideoH264PictureParameterSet, StdVideoH264SequenceParameterSet, StdVideoH265SequenceParameterSet, StdVideoH265PictureParameterSet and StdVideoH265VideoParameterSet to be optionally passed within vkCmdBeginVideoCodingKHR() and/or vkCmdDecodeVideoKHR() within VkVideoSessionParametersUpdateInfoKHR as an inlined extension structure
- Fixes:
- Ignore VkPipelineColorBlendStateCreateInfo.pAttachments when all state is dynamic
- Fix an issue with the video session picture parameters creation where the max PPS/SPS/VPS size is set to 1
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/525.47.07
January 23rd, 2023 — Windows 528.34, Linux 525.47.06
- New:
- Support for all remaining VK_EXT_extended_dynamic_state3 states:
- VK_DYNAMIC_STATE_TESSELLATION_DOMAIN_ORIGIN_EXT
- VK_DYNAMIC_STATE_CONSERVATIVE_RASTERIZATION_MODE_EXT
- VK_DYNAMIC_STATE_EXTRA_PRIMITIVE_OVERESTIMATION_SIZE_EXT
- VK_DYNAMIC_STATE_RASTERIZATION_STREAM_EXT
- VK_DYNAMIC_STATE_DEPTH_CLIP_NEGATIVE_ONE_TO_ONE_EXT
- VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_ENABLE_EXT
- VK_DYNAMIC_STATE_ALPHA_TO_COVERAGE_ENABLE_EXT
- VK_DYNAMIC_STATE_ALPHA_TO_ONE_ENABLE_EXT
- VK_DYNAMIC_STATE_SAMPLE_MASK_EXT
- VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_ENABLE_NV
- VK_DYNAMIC_STATE_VIEWPORT_SWIZZLE_NV
- VK_DYNAMIC_STATE_COVERAGE_TO_COLOR_ENABLE_NV
- VK_DYNAMIC_STATE_COVERAGE_TO_COLOR_LOCATION_NV
- VK_DYNAMIC_STATE_COVERAGE_REDUCTION_MODE_NV
- VK_DYNAMIC_STATE_COVERAGE_MODULATION_MODE_NV
- VK_DYNAMIC_STATE_COVERAGE_MODULATION_TABLE_ENABLE_NV
- VK_DYNAMIC_STATE_COVERAGE_MODULATION_TABLE_NV
- VK_DYNAMIC_STATE_REPRESENTATIVE_FRAGMENT_TEST_ENABLE_NV
- VK_DYNAMIC_STATE_SHADING_RATE_IMAGE_ENABLE_NV
- VK_DYNAMIC_STATE_RASTERIZATION_SAMPLES_EXT
- Support for all remaining VK_EXT_extended_dynamic_state3 states:
- Fixes:
- Fixed the supported 444 format reporting based on the h.265 video profiles for Maxwell and Pascal GPUs
- Allow the use of VkVideoEncodeUsageInfoKHR and VkVideoDecodeUsageInfoKHR to be chained to VkVideoProfileInfoKHR structure
- Handle error with video surfaces incorrectly created without the proper video usage flags
- Handle the conditions for requiring VkVideoEncodeH264RateControlInfoEXT per the Vulkan spec VUID-VkVideoCodingControlInfoKHR-flags-07021
- Handle the use of SPS/PPS scaling_matrix_present_flags more appropriately
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/525.47.06
December 19th, 2022 — Windows 527.86, Linux 525.47.04
- New:
- Support for NVIDIA Ada Lovelace Architecture GPUs
- Support for Vulkan Video 1.0
- VK_KHR_video_queue
- VK_KHR_video_decode_queue
- VK_KHR_video_decode_h264
- VK_KHR_video_decode_h265
- VK_EXT_opacity_micromap
- VK_NV_copy_memory_indirect
- VK_NV_memory_decompression
- VK_NV_optical_flow
- VK_NV_ray_tracing_invocation_reorder
- Fixes:
- Fixed a bug where usage of VK_KHR_present_id could cause applications to crash with Xid 32 errors [Linux]
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/525.47.04
November 17th, 2022 — Windows 517.83, Linux 515.49.25
- New:
- VK_EXT_descriptor_buffer
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.25
October 25th, 2022 — Windows 517.69, Linux 515.49.24
- Fixes:
- Miscellaneous Vulkan video fixes
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.24
September 30th, 2022 — Windows 517.57, Linux 515.49.19
- New:
- VK_EXT_extended_dynamic_state3 support for the following dynamic states:
- VK_DYNAMIC_STATE_DEPTH_CLAMP_ENABLE_EXT
- VK_DYNAMIC_STATE_POLYGON_MODE_EXT
- VK_DYNAMIC_STATE_LOGIC_OP_ENABLE_EXT
- VK_DYNAMIC_STATE_COLOR_BLEND_ENABLE_EXT
- VK_DYNAMIC_STATE_COLOR_BLEND_EQUATION_EXT
- VK_DYNAMIC_STATE_COLOR_WRITE_MASK_EXT
- VK_DYNAMIC_STATE_DEPTH_CLIP_ENABLE_EXT
- VK_DYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXT
- VK_DYNAMIC_STATE_PROVOKING_VERTEX_MODE_EXT
- VK_DYNAMIC_STATE_LINE_RASTERIZATION_MODE_EXT
- VK_DYNAMIC_STATE_LINE_STIPPLE_ENABLE_EXT
- Provisional Vulkan video extension updates:
- VK_KHR_video_queue: 6 -> 7
- Note: these changes are not backwards compatible with the old revisions so applications using the old revisions will need to be updated to continue working
- VK_EXT_extended_dynamic_state3 support for the following dynamic states:
- Fixes:
- Fixed regression with mesh shader queries
- Updated OpEmitMeshTasksEXT to be interpreted as a terminator instruction
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.19
September 27th, 2022 — Windows 517.55, Linux 515.49.18
- New:
- VK_EXT_mutable_descriptor_type
- VK_EXT_depth_clamp_zero_one
- Provisional Vulkan video extension updates:
- VK_KHR_video_queue: 4 -> 6
- VK_KHR_video_decode_queue: 4 -> 6
- VK_KHR_video_encode_queue: 5 -> 7
- VK_EXT_video_decode_h264: 5 -> 7
- VK_EXT_video_decode_h265: 3 -> 5
- VK_EXT_video_encode_h264: 7 -> 9
- Note: these changes are not backwards compatible with the old revisions so applications using the old revisions will need to be updated to continue working
- Fixes:
- Fixed possible multi-threaded pipeline creation stall when VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT is used
- Fixed support for image load/store/atomics with linear images
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.18
September 1st, 2022 — Windows 517.22, Linux 515.49.15
- New:
- VK_EXT_mesh_shader
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.15
August 23rd, 2022 — Windows 517.17, Linux 515.49.14
- New:
- VK_EXT_attachment_feedback_loop_layout
- Added support for chaining VkShaderModuleCreateInfo when creating compute and ray tracing pipelines
- Fixes:
- Don’t read pipeline state when it’s not valid for the pipeline library stage
- Fixed issue clearing 3D depth images where the end slice(s) weren’t cleared completely
- Fixed an issue where Vulkan applications would crash when running under Wayland
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.14
July 20th, 2022 — Windows 516.89, Linux 515.49.10
- New:
- VK_EXT_pipeline_robustness
- Fixes:
- Restored old shader disk cache behavior to remain enabled even if the app uses its own pipeline cache
- Fixed issue with optimized graphics pipeline library final link using the wrong shaders
- Fixed issue with some fp16 shader operations
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.10
July 2nd, 2022 — Windows 516.63, Linux 515.49.06
- New:
- VK_EXT_shader_module_identifier
- Fixes:
- Fixed issue with image copy when one of the formats is a single-plane interleaved video format
- Fixed issue with vkCmdResetEvent on compute queues
- Fixed regression with tessellation mode set be the tessellation control shader
- Fixed issue with underestimate conservative rasterization sometimes not working correctly
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.06
June 17th, 2022 — Windows 516.48, Linux 515.49.05
- New:
- VK_EXT_image_drm_format_modifier [Linux]
- VK_EXT_non_seamless_cube_map
- Fixes:
- Fix the depth and stencil clear color for dynamic rendering
- Fix possible corruption when the shading rate image is changed
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.05
May 24th, 2022 — Windows 473.64, Linux 470.62.30
- New:
- VK_KHR_fragment_shader_barycentric
May 10th, 2022 — Windows 473.60, Linux 470.62.29
- New:
- VK_KHR_ray_tracing_maintenance1
April 29th, 2022 — Windows 473.50, Linux 470.62.28
- New:
- VK_EXT_image_2d_view_of_3d
- Updates for the latest Vulkan video extensions revisions:
- VK_KHR_video_queue: 2 -> 3
- VK_KHR_video_decode_queue: 2 -> 4
- VK_KHR_video_encode_queue: 3 -> 5
- VK_EXT_video_decode_h264: 3 -> 5
- VK_EXT_video_decode_h265: 1 -> 3
- VK_EXT_video_encode_h264: 3 -> 7
- Note: these changes are not backwards compatible with the old revisions so applications using the old revisions will need to be updated to continue working
- vk_video_samples has been updated to the new API
- Fixes:
- Fix Optimus layer vkEnumeratePhysicalDevices to not overwrite past the end of the application’s pPhysicalDevices array
- Fix mesh shaders and VK_EXT_graphics_pipeline_library
- Fix pipeline caching issue with VK_EXT_graphics_pipeline_library and VkPipelineShaderStageModuleIdentifierCreateInfoEXT
- Fix driver crash when starting a render pass with a VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT depth attachment without VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT info
- Fix linear render targets when they are very small
- Fix bug with vkCmdSetCullMode not applying when VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY is used
March 29th, 2022 — Windows 473.33, Linux 470.62.26
- New:
- VK_EXT_graphics_pipeline_library
- VK_EXT_primitives_generated_query
January 25th, 2022 — Windows 473.11, Linux 470.62.22
- New:
- Fully conformant Vulkan 1.3 implementation
- Includes full support for Roadmap 2022
- VK_KHR_global_priority
January 20th, 2022 — Windows 473.07, Linux 470.62.20
- New:
- VK_NV_linear_color_attachment
- Support revision 1.2.203 of the Vulkan API headers, which has some minor changes to the Vulkan Video API
- Fixes:
- Fixed vertexStrideDynamic with VK_NV_device_generated_commands (for real this time)
- Fixed a compiler bug where an optimization pass could generate invalid accesses
December 7th, 2021 — Windows 472.85, Linux 470.62.16
- Fixes:
- Fixed Vulkan Video encode bitstream size and RESULT_WITH_STATUS_BIT_KHR query reporting
- Fixed VK_IMAGE_CREATE_EXTENDED_USAGE_BIT with vkGetPhysicalDeviceImageFormatProperties
- Fixed vertexStrideDynamic with VK_NV_device_generated_commands
November 24th, 2021 — Windows 472.77, Linux 470.62.13
- New:
- VK_EXT_depth_clip_control
- Fixes:
- Fixed some unset VkVideoDecodeH264CapabilitiesEXT query fields
- Fixed VK_TIME_DOMAIN_DEVICE_EXT query on SLI platforms
November 17th, 2021 — Windows 472.69, Linux 470.62.12
- New:
- VK_EXT_border_color_swizzle
- VK_EXT_image_view_min_lod
- Vulkan Video APIs updated to 1.2.199
- Updated Vulkan Video Capabilities according to the new Video spec
- Fixes:
- Fix for 64-bit atomics not working under some conditions
- Handle VkRenderingFragmentShadingRateAttachmentInfoKHR.imageView with a VK_NULL_HANDLE correctly
November 2nd, 2021 — Windows 472.55, Linux 470.62.07
- New:
- VK_KHR_dynamic_rendering
- Added support for bufferDeviceAddressCaptureReplay [Linux]
- Fixes:
- Fixed a regression which prevented DisplayPort and HDMI 2.1 variable refresh rate (VRR) G-SYNC Compatible monitors from functioning correctly in variable refresh rate mode, resulting in issues such as flickering [Linux]
- Optimized the Vulkan fullscreen presentation path for X11 and direct-to-display swapchains [Linux]
- Fixed a compiler bug with Ray Tracing shaders which could cause shader execution timeouts, resulting in device loss
- Treat video encode VUI parameters as optional to avoid driver crash when they are omitted, which is valid usage
October 6th, 2021 — Windows 472.33, Linux 470.62.05
- New:
- VK_KHR_format_feature_flags2
- VK_KHR_maintenance4
- Vulkan video updates:
- Update the VK_KHR_video_queue implementation to properly support VK_QUERY_TYPE_RESULT_STATUS_ONLY video queries
- Improve the support for VK_KHR_video_decode_queue out-of-order parallel command buffer recording for the video decode operations
- Fixes:
- Fixed issue with vkCmdBindDescriptorSets and unreferenced dynamic UBO/SSBO descriptors
- Fixed issue with FragCoord and Centroid qualifier
- Fixed an issue where unreferenced descriptor bindings were sometimes not ignored properly
- Fixed a bug where VK_NVX_binary_import was advertised as supported on unsupported platforms which caused calls to vkCreateDevice to fail if applications attempted to enable VK_NVX_binary_import on such platforms
September 7th, 2021 — Windows 472.02, Linux 470.62.02
- New:
- VK_KHR_shader_integer_dot_product
- VK_EXT_direct_mode_display [Windows]
- VK_EXT_load_store_op_none
- VK_EXT_pageable_device_local_memory [Windows]
- VK_EXT_primitive_topology_list_restart
- Fixes:
- Fixed issue with vertex shader interpolation qualifiers of unused input attributes
- Fixed issue with host-visible device local memory and capture/replay
- Fixed issue accessing individual components of barycentric inputs
August 6th, 2021 — Windows 471.69, Linux 470.56.05
- New:
- VK_KHR_present_id
- VK_KHR_present_wait
- VK_KHR_shader_subgroup_uniform_control_flow
- VK_EXT_global_priority_query
- VK_EXT_multi_draw
- VK_EXT_physical_device_drm [Linux]
- VK_EXT_queue_family_foreign
- VK_NV_ray_tracing_motion_blur
May 13th, 2021 — Windows 458.36, Linux 455.50.19
- New:
- VK_EXT_provoking_vertex
- Fixes:
- Added support for Vulkan provisional video session picture parameters objects
April 19th, 2021 — Windows 458.20, Linux 455.50.14
- New:
- VK_EXT_extended_dynamic_state2
April 13th, 2021 — Windows 458.17, Linux 455.50.12
- New:
- Provisional Vulkan Video extensions:
- An introduction to Vulkan Video
- Vulkan Video sample
- VK_KHR_video_queue
- VK_KHR_video_decode_queue
- VK_KHR_video_encode_queue
- VK_EXT_video_decode_h264
- VK_EXT_video_decode_h265
- VK_EXT_video_encode_h264
- VK_NV_video_queue
- VK_EXT_color_write_enable
- VK_EXT_vertex_input_dynamic_state
- VK_EXT_ycbcr_2plane_444_formats
- VK_NV_inherited_viewport_scissor
- Provisional Vulkan Video extensions:
March 4th, 2021 — Windows 458.06, Linux 455.50.10
- Fixes:
- Fixed an issue with vkCmdSetViewport when firstViewport is non-zero
- Fixed a memory fault when using some smaller dimensions of sparse images
- Fixed an issue where vkCreate{Graphics,Compute}Pipeline would sometimes crash when the shaders contained resources with no set/binding
- Fixed corruption that sometimes occured with shadow rendering with image arrays
- Fixed a bug with the host-visible device-local memory heap, where if an allocation failed due to space constraints, it could cause the application to crash on future Vulkan function calls
- Fixed a potential crash when clearing images with multiple layers
- Fixed a bug where using ray tracing extensions on multi-GPU setups could result in application instability if the GPUs did not match [Linux]
- Fixed a bug where vkCreateSwapchain could cause the X Server to crash when an invalid imageFormat was provided [Linux]
February 15th, 2021 — Windows 457.96, Linux 455.50.07
- New:
- VK_KHR_synchronization2
- Fixes:
- Fixed handling of VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT for variable size descriptor bindings
- Fixed the present tearing that occured in some situations [Windows]
February 2nd, 2021 — Windows 457.91, Linux 455.50.05
- Fixes:
- Fixed bug with indexed ray payloads
- Fixed a bug where calls to vkCreateDevice could fail on Ampere GPUs when ray tracing extensions were enabled and the application was running within the Steam Linux Runtime [Linux]
January 27th, 2021 — Windows 457.88, Linux 455.50.04
- Fixes:
- Fixed a bug in a stencil-buffer optimization that could occasionally result in VK_ERROR_DEVICE_LOST
January 25th, 2021 — Windows 457.84, Linux 455.50.03
- New:
- VK_KHR_workgroup_memory_explicit_layout
- VK_KHR_zero_initialize_workgroup_memory
January 19th, 2021 — Windows 457.83, Linux 455.50.02
- New:
- Support for linear images in host-visible video memory
- Fixes:
- Fixed a crash Vulkan swapchain initialization on older versions of Windows 10 [Windows]
- Fixed VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT semaphore export support [Windows]
- Fixed an issue with OpenGL where imported Vulkan buffers would fail with GL_OUT_OF_MEMORY when marked as resident [Linux]
December 16th, 2020 — Windows 457.67, Linux 455.46.04
- New:
- VK_NV_acquire_winrt_display [Windows]
- Fixes:
- Fixed a crash from vkCreateGraphicsPipelines when certain blend operations were used with scalar outputs from the fragment shader
- Fixed the X driver’s composition pipeline (used, e.g., for X desktop rotation, «ForceCompositionPipeline», and some OpenGL Swap Group configurations) to correctly preserve color precision in depth 30 [Linux]
November 23rd, 2020 — Windows 457.44, Linux 455.46.02
- New:
- The official release of Khronos Vulkan Ray Tracing for Pascal 6GB GPUs and above:
- VK_KHR_acceleration_structure
- VK_KHR_ray_tracing_pipeline
- VK_KHR_ray_query [RTX GPUs]
- VK_KHR_pipeline_library
- VK_KHR_deferred_host_operations
- SPV_KHR_ray_tracing
- SPV_KHR_ray_query [RTX GPUs]
- GLSL_EXT_ray_tracing
- GLSL_EXT_ray_query [RTX GPUs]
- GLSL_EXT_ray_flags_primitive_culling
- For Vulkan Ray Tracing samples and tutorials see https://github.com/nvpro-samples/vk_raytracing_tutorial_KHR
- The official release of Khronos Vulkan Ray Tracing for Pascal 6GB GPUs and above:
November 11th, 2020 — Windows 457.33, Linux 455.46.01
- New:
- VK_NV_fragment_shading_rate_enums
- Fixes:
- Perform fragment depth value clamping to [0,1] when the application doesn’t enable VK_EXT_depth_range_unrestricted
November 2nd, 2020 — Windows 457.17, Linux 455.34.01
- New:
- NVIDIA GeForce RTX 3070 support
- Fixes:
- Fixed an issue with VK_ACCESS_MEMORY_{READ,WRITE}_BITs when used as part of a render pass
- Fixed an issue where Vulkan applications would fail to initialize if the connected X11 Server did not expose support for GLX [Linux]
October 20th, 2020 — Windows 457.00, Linux 455.26.02
- New:
- VK_KHR_fragment_shading_rate
- VK_KHR_shader_terminate_invocation
October 9th, 2020 — Windows 456.80, Linux 455.26.01
- Fixes:
- Reduce host memory consumption for descriptor memory when VkDescriptorSetVariableDescriptorCountAllocateInfo is used
- Handle SPIR-V 1.4 non-Input/Ouput entry point variables correctly
- Fixed a blending optimization that sometimes produced an incorrect result
- Fixed SPIR-V intersection shader compilation issue when multi entry point ray tracing modules are used
September 29th, 2020 — Windows 456.62, Linux 455.22.04
- New:
- Rebased to r455 driver branch, which adds Ampere GPU family support
- VK_EXT_global_priority support for Windows 10 with hardware scheduling enabled
- Application needs to have the SeIncreaseBasePriorityPrivilege enabled to get higher priorities
- VK_EXT_shader_image_atomic_int64
- VK_KHR_copy_commands2
- Allow importing external host memory as cached
- Fixes:
- Fixed a bug in a barrier optimization that allowed some back-to-back copies to run unordered
September 9th, 2020 — Windows 452.28, Linux 450.56.11
- Fixes:
- Fixed a bug in a SPIR-V optimization that may cause conditional blocks to not execute
- Fixed a bug where calls to vkGetRandROutputDisplayEXT with unexpected inputs would generate X11 protocol errors [Linux]
August 7th, 2020 — Windows 451.98, Linux 450.56.06
- New:
- VK_EXT_4444_formats
July 20th, 2020 — Windows 451.79, Linux 450.56.02
- New:
- VK_EXT_image_robustness
- VK_EXT_shader_atomic_float
- Fixes:
- Fixed flipping behavior of X11 swapchains that have more than 2 images [Linux]
July 9th, 2020 — Windows 451.74, Linux 450.56.01
- New:
- Rebased beta driver to r450 driver release branch
- Added support for the VkPhysicalDeviceRayTracingFeaturesKHR.rayTracingIndirectTraceRays ray tracing feature
- VK_NV_device_diagnostics_config
- Fixes:
- Make the pSizes parameters of vkCmdBindVertexBuffers2EXT be relative to the pBuffers+pOffsets
- Fixed potential crash in the first vkQueuePresentKHR() call after creating a new VkSwapchainKHR with a non-NULL oldSwapchain
- Fixed potential crash in vkCmdBeginRenderPass() when using VK_EXT_sample_locations
June 23rd, 2020 — Windows 443.41, Linux 440.66.17
- New:
- VK_EXT_extended_dynamic_state
- VK_EXT_external_memory_host [Linux]
- Fixes:
- Improved performance of vkCmdMultiDraw*IndirectCount on Pascal and earlier GPUs
May 26th, 2020 — Windows 443.24, Linux 440.66.15
- Fixes:
- Fixed 16-bit SMin/SMax
- CPU performance improvements for VkFence creation and usage [Linux]
- Fixed a bug where vkUpdateDescriptorSetWithTemplate would ignore the stride parameter for some VkDescriptorType values
- Fixed an issue with the Optimus layer selecting the iGPU when there was an application profile with Auto-select as the preferred graphics processor [Windows]
- Fixed layout of compute shader shared memory that may have resulted in a compiler crash
- Fixed a bug where vkCreateSampler would fail with no borderColor data, even though it wasn’t needed
- Fixed a compiler issue processing image operation with extra unused coordinate operand components
Fixed writing to dynamically indexed vec2 and vec3 fragment color outputs
May 11th, 2020 — Windows 443.15, Linux 440.66.14
- New:
- Added support for the VkPhysicalDeviceRayTracingFeaturesKHR.rayTracingPrimitiveCulling ray tracing feature
- Fixes:
- Fixed the returned pCheckpointDataCount value for vkGetQueueCheckpointDataNV when there are less than the requested values
- Process the VkTimelineSemaphoreSubmitInfo structure correctly for vkQueueBindSparse
- Fixed vec3 immediate indexing in ray tracing shaders
May the 4th, 2020 — Windows 443.09, Linux 440.66.12
- New:
- VK_EXT_custom_border_color
- VK_EXT_private_data
- VK_EXT_robustness2
- Fixes:
- Fixed a visual glitch with Vulkan applications when falling out of flipping on certain desktops such as GNOME [Linux]
April 24th, 2020 — Linux 440.66.11
- Fixes:
- Fixed several synchronization bugs that could momentarily lock up the X server when moving/resizing/focusing OpenGL and Vulkan windows when PRIME Sync is enabled [Linux]
- Fixed a bug which caused horizontal lines to corrupt full screen Vulkan applications [Linux]
April 18th, 2020 — Windows 442.98, Linux 440.66.09
- New:
- Added support for more acceleration structure vertex formats
- Fixes:
- Fixed some VkPhysicalDeviceRayTracingFeaturesKHR to be advertised correctly for the current GPU
- Fixed potential crash when pipeline pInputAssemblyState is NULL for mesh shaders
- Fixed memory alignment and type for ray tracing scratch memory
- Fixed some issues with ray tracing queries
- Fixed an issue with ray tracing pipeline creating with pipeline libraries
- Fixed some window state transitions when using HDR [Windows]
April 2nd, 2020 — Windows 442.88, Linux 440.66.08
- New:
- Added beta support for Ray Queries
- VkPhysicalDeviceRayTracingFeaturesKHR.rayQuery is now VK_TRUE
- SPIR-V: SPV_KHR_ray_query
- GLSL: GLSL_EXT_ray_query
- Added beta support for Ray Queries
- Fixes:
- Improve performance of large host-visible VkDeviceMemory allocations
- Fixed YCbCr copy of multi-plane images
April 1st, 2020 — Windows 442.86, Linux 440.66.07
- New:
- Multi thread-capable deferred ray tracing pipeline creation
- Allow presenting from queue families which only expose VK_QUEUE_COMPUTE_BIT when using XCB in addition to Xlib surfaces [Linux]
- Fixes:
- Added a workaround for Linux Steam Play title DOOM Eternal, which overrides application requested memory locations, to ensure performance-critical resources be placed in video memory [Linux]
- Correctly cap the drawCount for vkCmdDrawIndirectCount and vkCmdDrawIndexedIndirectCount on Turing GPUs
- Fixed descriptor indexing with large arrays and large blocks
March 24th, 2020 — Windows 442.81, Linux 440.66.04
- Fixes:
- Fixed handling of offsets in VkAccelerationStructureBuildOffsetInfoKHR
- Fixed a bug which could cause DXVK applications to crash when running on Optimus laptops [Windows]
March 19th, 2020 — Windows 442.77, Linux 440.66.03
- Fixed:
- Fix for geometry flags in VK_KHR_ray_tracing
March 17th, 2020 — Windows 442.75, Linux 440.66.02
- New:
- Multi-vendor Vulkan ray tracing
- VK_KHR_ray_tracing
- VK_KHR_deferred_host_operations
- VK_KHR_pipeline_library
- For details see the Ray Tracing in Vulkan blog post
- VK_EXT_pipeline_creation_cache_control
- VK_NV_device_generated_commands
- For details see the new device generated command technical blog
- Replaces the now deprecated VK_NVX_device_generated_commands
- Added support for a new device-local VkMemoryType which is host-coherent and host-visible
- Multi-vendor Vulkan ray tracing
- Fixes:
- Fixes for HDR presentation on Windows
February 19th, 2020 — Linux 440.58.02
- Fixed:
- Fixed a regression which added syntax errors into the default application profiles configuration file [Linux]
February 15th, 2020 — Windows 442.36, Linux 440.58.01
- New:
- VK_KHR_shader_non_semantic_info
- VK_EXT_tooling_info
- Fixed:
- Fixed a regression which caused some Vulkan titles to crash on swapchain
recreation. This was known to affect the following Vulkan titles [Linux]:- F1 2017
- Rise of the Tomb Raider
- DiRT 4
- Fixed a visual glitch of Vulkan applications when falling out of flipping (such as when doing alt-tab) [Linux]
- We are still investigating a glitch that reproduces with the GNOME desktop
- Fixed a regression which caused some Vulkan titles to crash on swapchain
January 15th, 2020 — Windows 441.99, Linux 440.48.02
- New:
- Vulkan 1.2 passing vulkan-cts-1.2.1.0 conformance
- Full Vulkan 1.2 support including timeline semaphores, descriptor indexing, buffer device address and SPIR-V 1.5
- Add PRIME Synchronization support for Linux kernel 5.4 and newer
- Vulkan 1.2 passing vulkan-cts-1.2.1.0 conformance
January 8th, 2020 — Windows 441.97, Linux 440.43.02
- Fixes:
- Fixed a bug that caused DXVK titles to endlessly loop during shader compilation if no OpSource instruction was present
- Fixed a build failure «fatal error: drm/drmP.h: No such file or directory» when building for Linux 5.5 release candidates
- Other minor fixes
December 11th, 2019 — Windows 441.71, Linux 440.43.01
- New:
- Rebased Vulkan beta driver to r440 release branch
- Fixes:
- Fix rendering to 3D depth/stencil image slices
- Improvements to Vulkan driver startup time
- Fixed various resource leaks
November 25th, 2019 — Windows 436.65, Linux 435.27.08
- New:
- VK_KHR_buffer_device_address
November 14th, 2019 — Linux 435.27.07
- Fixes:
- Fixed a bug that caused graphical corruption, reducing visibility in caves, in Steam Play title Assassin’s Creed: Odyssey
- Fixed a bug that caused applications running directly on a display (such as VR HMDs) to tear when a G-SYNC or G-SYNC Compatible monitor is plugged in the system
November 13th, 2019 — Windows 436.64, Linux 435.27.06
- Fixes:
- Fixed memory leak after destroying ray tracing pipeline
- Improved responsiveness of X11 driver when ‘NVIDIA: Wait for channel idle timed out’ messages occur
- Improved Windows fullscreen exclusive support for non-primary monitors
- Improved Windows G-Sync support for borderless windows
- Further improvements when system is under low-memory stress on Windows
November 4th, 2019 — Windows 436.61, Linux 435.27.03
- New:
- VK_KHR_separate_depth_stencil_layouts
- Fixes:
- Improved behavior in low-memory situations
- Fixed graphical corruption in Vulkan game F12017
- Various minor performance improvements
- Improved Vulkan HDR support for multi-device configurations
October 25th, 2019 — Windows 436.59, Linux 435.27.02
- New:
- Added HDR10 passthrough presentation format and color space for Windows 10 RS2+
- VkFormat — VK_FORMAT_A2B10G10R10_UNORM_PACK32
- VkColorSpaceKHR — VK_COLOR_SPACE_HDR10_ST2084_EXT
- Added support for the __GL_SYNC_DISPLAY_DEVICE environment variable for Linux Vulkan applications
- Added HDR10 passthrough presentation format and color space for Windows 10 RS2+
- Fixes:
- Improved bounds checking and stability for some content
- Improved unused memory reclamation when running low on system memory for Linux
- General performance improvements
October 13th, 2019 — Windows 436.56, Linux 435.27.01
- New:
- VK_KHR_spirv_1_4
- Fixes:
- Fix tearing with mailbox present mode on Windows 10 laptops and SLI platforms
October 7th, 2019 — Windows 436.52, Linux 435.27.00
- New:
- VK_KHR_shader_clock
- VK_KHR_timeline_semaphore
September 18th, 2019 — Windows 436.39, Linux 435.24.02
- New:
- VK_KHR_shader_subgroup_extended_types
- Fixes:
- Fixed a regression introduced in 435.19.02 that would cause some applications which use the VK_KHR_display extension to segmentation fault
September 6th, 2019 — Linux 435.19.03
- Fixes:
- Fixed a bug which caused corruption in the following DXVK titles:
- Saints Row IV
- Saints Row: The Third
- Fall back to system memory when video memory is full for some driver-internal allocations.
- This can help fix Xid 13 and Xid 31 cases when video memory is full.
- Fixed a bug which caused corruption in the following DXVK titles:
August 29th, 2019 — Windows 436.20, Linux 435.19.02
- New:
- Rebased Vulkan beta driver features to the latest 436.15 (Windows) and 435.17 (Linux) general release drivers
- 8-bit integer support added to VK_NV_cooperative_matrix
- See here for more info
- Fixes:
- General performance imporvements from 436.15 and 435.17
August 12th, 2019 — Windows 426.06, Linux 418.52.20
- New:
- VK_KHR_pipeline_executable_properties
- Fixes:
- Improved reporting of Xid errors to include the process ID (PID) of the process responsible for the error
July 29th, 2019 — Windows 426.02, Linux 418.52.18
- New:
- VK_EXT_index_type_uint8
- VK_EXT_line_rasterization
- VK_EXT_subgroup_size_control
July 17th, 2019 — Linux 418.52.17
- Fixes:
- Fixed a bug that could cause heapUsage values reported by VK_EXT_memory_budget to not immediately update after vkFreeMemory was called
July 8th, 2019 — Windows 425.94, Linux 418.52.16
- New:
- VK_KHR_imageless_framebuffer
- Fixes:
- Improved compatibility with recent Linux kernel release candidates
July 1st, 2019 — Windows 425.89, Linux 418.52.14
- New:
- VK_EXT_calibrated_timestamps (Linux)
- VK_EXT_full_screen_exclusive
- VK_EXT_shader_demote_to_helper_invocation
- VK_EXT_texel_buffer_alignment
- Fixes:
- Improved compatibility with recently released Linux kernels
June 1st, 2019 — Windows 425.62, Linux 418.52.10
- New:
- VK_EXT_fragment_shader_interlock
- VK_EXT_calibrated_timestamps (Windows)
- VK_NV_shader_sm_builtins
- Fixes:
- Fixes crash when changing presentMode between swapchains
May 22nd, 2019 — Windows 425.58, Linux 418.52.07
- New:
- VK_KHR_uniform_buffer_standard_layout
- VK_EXT_separate_stencil_usage
April 19th, 2019 — Windows 425.42, Linux 418.52.05
- New:
- VK_PRESENT_MODE_IMMEDIATE_KHR present mode is now available for Windows
- VK_NV_ray_tracing is now available on the following non-RTX GPUs:
- Pascal: TITAN Xp, TITAN X, GeForce GTX 1080 Ti, GeForce GTX 1080, GeForce GTX 1070 Ti, GeForce GTX 1070, GeForce GTX 1060 6GB
- Volta: TITAN V
- Turing: GeForce GTX 1660 Ti, GeForce GTX 1660
- VK_NV_coverage_reduction_mode
- Extension specification will be available soon.
- Fixes:
- Fix bug in vkCmdCopyImage with compressed images and some non-zero mipmap level dimensions
- Fix bug with OpPhi and relaxed precision
- Some minor performance improvements
April 10th, 2019 — Windows 425.30, Linux 418.52.03
- New:
- VK_EXT_pipeline_creation_feedback
- VK_KHR_surface_protected_capabilities
- Fixes:
- Performance improvement for some content on Windows laptops
- Fix rare startup instability on Windows
March 16th, 2019 — Windows 419.62, Linux 418.49.04
- New:
- VK_EXT_host_query_reset
- VK_EXT_ycbcr_image_arrays
March 1st, 2019 — Windows 419.34, Linux 418.42.02
- Fixes:
- Fixes intermittent crash on startup with some content on Windows
- Fixed a bug which could cause the compiler to crash in some Vulkan games
February 19th, 2019 — Windows 419.09, Linux 418.31.03
- New Extensions:
- VK_NV_cooperative_matrix
- VK_EXT_depth_clip_enable
- Fixes:
- Hitman 2 visual corruption on Linux when running with dxvk translation
- Total War Warhammer II crash or hang when using Alt-Tab on Linux
January 6th, 2019 — Windows 417.63, Linux 415.22.05
- New Extensions:
- VK_KHR_depth_stencil_resolve
- VK_EXT_buffer_device_address
- VK_EXT_memory_budget
- VK_EXT_memory_priority (Windows only)
- VK_EXT_pci_bus_info
- Improvements:
- Better pipeline creation performance when there is a cache hit
December 14th, 2018 — Windows 417.42, Linux 415.22.01
- Improvements:
- Expose two transfer queues on Pascal and above
- Increase maximum point size to 2047
- Increate maximum line width to 64
- Fixes:
- Fixed issue with vkCmdDrawIndirectCountKHR and vkCmdDrawIndexedIndirectCountKHR and very large counts.
- Fixed issue with Sascha Willems «pushconstants» example.
December 2nd, 2018 — Windows 417.23, Linux 415.18.04
- New Extensions:
- VK_KHR_shader_float16_int8
- VK_KHR_shader_float_controls
- Fixes:
- Fixes regression with Unity games on Linux
November 28th, 2018 — Windows 417.17, Linux 415.18.02
- Turing support
- New Extensions:
- VK_KHR_swapchain_mutable_format
- VK_EXT_scalar_block_layout
- Fixes:
- VK_EXT_transform_feedback bug fixes
October 14th, 2018 — Windows 399.41, Linux 396.54.09
- New Extensions:
- VK_EXT_external_memory_host (Windows only)
- VK_EXT_transform_feedback
September 19th, 2018 — Windows 399.32, Linux 396.54.06
- New Extensions:
- VK_KHR_driver_properties
- VK_KHR_shader_atomic_int64
- Bug fixes:
- Corruption workaround for DX content running on Vulkan
September 10th, 2018 — Windows 399.28, Linux 396.54.05
- New Extensions:
- VK_KHR_vulkan_memory_model
- VK_EXT_inline_uniform_block
August 31st, 2018 — Windows 399.17, Linux 396.54.02
- New Extensions:
- VK_EXT_swapchain_colorspace (Windows only)
- VK_EXT_hdr_metadata (Windows only)
- Bug fixes:
- VK_EXT_vertex_attribute_divisor has been updated to version 3
- Entry point queries for VK_EXT_conditional_rendering have been fixed
- Missing primitives with some DXVK content has been fixed
August 7th, 2018 — Windows 398.91, Linux 396.51.02
- New Extensions:
- VK_NV_device_diagnostic_checkpoints
- Bug fixes:
- Fix hang that sometimes occurs after a clear in multisample rendering
- Fix hang that sometimes occurs when doing a modeswitch while fullscreen
- Other minor driver and SPIR-V compiler bug fixes
July 12th, 2018 — Windows 398.58, Linux 396.24.10
- New Extensions:
- VK_KHR_8bit_storage
- VK_KHR_create_renderpass2
- VK_EXT_conditional_rendering
- Bug fixes:
- Fixed an intermittent hang of Vulkan applications running fullscreen when flipping is allowed on Linux
- Various other driver and compiler fixes
May 24th, 2018 — Windows 397.96, Linux 396.24.02
- Increased maxBoundDescriptorSets limit from 8 to 32
- New Extensions:
- VK_KHR_draw_indirect_count
- VK_EXT_global_priority (Linux only)
- VK_KHR_get_display_properties2 (Linux only)
- Bug fixes:
- Improved stability with Wine on Linux
- Improve stability of Vulkan on pre-Pascal GPUs
- Emulate DX shader behavior when necessary
- Bounds-checking for SSBO variable pointer loads
May 11th, 2018 — Windows 397.76, Linux 396.18.11
- Pick up the latest fixes from general release driver 397.64
May 7th, 2018 — Linux 396.18.08
- Fix for the Alt-Tab freeze with DXVK
May 3rd, 2018 — Windows 397.54, Linux 396.18.07
- Shader compiler bug fixes
April 25th, 2018 — Windows 397.40, Linux 396.18.05
- Windows driver feature parity with Linux 396.18.02
- Bug fixes
April 17th, 2018 — Linux 396.18.02
- New Extensions
- VK_EXT_descriptor_indexing
- Increased several resource limits, notably:
- maxPerStageDescriptorUniformBuffers: 12 -> 15
- maxPerStageDescriptorSamplers: 4,000 -> 1,048,576
- maxPerStageDescriptorSampledImages: 16,384 -> 1,048,576
- maxPerStageDescriptorStorageBuffers: 4,096 -> 1,048,576
- And many others
- Shader performance improvements
March 30th, 2018 — Windows 389.20, Linux 387.42.06
- New Extensions
- VK_EXT_vertex_attribute_divisor
- VK_NV_shader_subgroup_partitioned
March 7th, 2018 — Windows 389.10, Linux 387.42.05
- Full support for Vulkan 1.1
- New Extensions
- VK_KHR_device_group_creation
- VK_KHR_device_group
- VK_KHR_maintenance3
- VK_KHR_multiview
- Updated loader to VulkanRT-1.1.70
January 5th, 2018 — Windows 388.84, Linux 387.42.01
- VK_EXT_conservative_rasterization
September 28th, 2017 — Windows 383.18, Linux 381.26.20
- Full-screen flipping for Linux
- Improved performance of fullscreen Vulkan applications using X11 swapchains. This optimization will cause more events that trigger an out-of-date swapchain, such as when entering or leaving fullscreen mode. This is commonly encountered when using the alt-tab key combination, for example. Applications that do not properly respond to the VK_ERROR_OUT_OF_DATE_KHR return code may not function properly when these events occur. See section 30.8 of the Vulkan specification.
- Known issue with Quadro and non-composited desktops under some situations. Possible workarounds:
- Disable flipping in nvidia-settings (uncheck «Allow Flipping» in the «OpenGL Settings» panel)
- Disable UBB (run ‘nvidia-xconfig —no-ubb’)
- Use a composited desktop
- Bug fixes
- NVX_multiview_per_view_attributes and geometry passthrough shaders
- Fix subpass dstSubpass=VK_SUBPASS_EXTERNAL handling
- Fix vkRegisterObjectsNVX and VK_EXT_sample_
- Fix handling of SPIR-V SSBO layout qualifiers on members
- Fix atomic operations on some 64-bit types
September 15th, 2017 — Windows 383.12, Linux 381.26.17
- New Extensions
- VK_KHR_maintenance2
- VK_KHR_bind_memory2
- VK_KHR_image_format_list
- VK_KHR_sampler_ycbcr_conversion
- VK_EXT_sample_locations
- Removed KHX extensions
- VK_KHX_external_memory_capabilities
- VK_KHX_external_memory
- VK_KHX_external_memory_fd
- VK_KHX_external_memory_win32
- VK_KHX_external_semaphore_capabilities
- VK_KHX_external_semaphore
- VK_KHX_external_semaphore_fd
- VK_KHX_external_semaphore_win32
- VK_KHX_win32_keyed_mutex
- Updated Vulkan loader to 1.0.61.0
- Minor bug fixes
August 16th, 2017 — Windows 382.96, Linux 381.26.13
- New Extensions
- VK_EXT_shader_viewport_index_layer
- Updated Vulkan loader to 1.0.57.0
- Fixed potential hang with some semaphore usage patterns
- Fixed issue with VK_INDIRECT_COMMANDS_TOKEN_TYPE_PUSH_CONSTANT_NVX and dynamicCount
- Other minor bugs fixed
July 31st, 2017 — Windows 382.88, Linux 381.26.11
- New Extensions
- VK_KHR_relaxed_block_layout
- VK_EXT_depth_range_unrestricted
- VK_EXT_post_depth_coverage
- Fixed crash with large sparse images
July 14th, 2017 — Windows 382.83
- Fixed issue with unused compute queue
- Other minor bug fixes
July 13th, 2017 — Linux 381.26.08, Windows 382.81
- New extensions:
- VK_KHR_16bit_storage
- VK_KHR_dedicated_allocation
- VK_KHR_external_fence
- VK_KHR_external_fence_capabilities
- VK_KHR_external_fence_fd
- VK_KHR_external_fence_win32
- VK_KHR_external_memory
- VK_KHR_external_memory_capabilities
- VK_KHR_external_memory_fd
- VK_KHR_external_memory_win32
- VK_KHR_external_semaphore
- VK_KHR_external_semaphore_capabilities
- VK_KHR_external_semaphore_fd
- VK_KHR_external_semaphore_win32
- VK_KHR_get_memory_requirements2
- VK_KHR_storage_buffer_storage_class
- VK_KHR_variable_pointers
- VK_KHR_win32_keyed_mutex
- Updated VulkanRT loader to 1.0.54.0
- Various performance improvements and bug fixes
June 30th, 2017 — Windows 382.71, Linux 381.26.06
- Various performance improvements and bug fixes
June 27th, 2017 — Windows 382.68, Linux 381.10.10
- New extensions:
- Vulkan/OpenGL interop:
- GL_EXT_memory_object
- GL_EXT_memory_object_win32
- GL_EXT_memory_object_fd
- GL_EXT_semaphore
- GL_EXT_semaphore_win32
- GL_EXT_semaphore_fd
- GL_EXT_win32_keyed_mutex
- VK_EXT_blend_operation_advanced (Maxwell)
- VK_NV_framebuffer_mixed_samples (Maxwell)
- Vulkan/OpenGL interop:
- Updated VulkanRT loader to 1.0.51.0
- Various performance improvements and bug fixes
June 9th, 2017 — Windows 382.58, Linux 381.26.03
- New extensions:
- VK_KHR_get_surface_capabilities2
- VK_EXT_sampler_filter_minmax (Maxwell)
- VK_NV_fill_rectangle (Maxwell)
- VK_NV_fragment_coverage_to_color (Maxwell)
- Updated VulkanRT loader to 1.0.49.0
- Various performance improvements
March 27th, 2017 — Windows 377.14, Linux 375.27.15
- SPIR-V compiler bug fixes
- Updated Vulkan loader to version 1.0.42.1
March 15th, 2017 — Windows 377.07
- Bug fixes
March 8th, 2017 — Linux 375.27.14, Windows 377.06
- Bug fixes
February 28th, 2017 — Linux 375.27.13, Windows 377.01
- Fix issue with SteamVR shaders
February 27th, 2017 — Linux 375.27.12, Windows 376.98
- Beta support for the following new extensions:
Descriptor Set Extensions
- VK_KHR_push_descriptor
- VK_KHR_descriptor_update_template
Cross process interop extensions:
- VK_KHX_external_memory
- VK_KHX_external_memory_capabilities
- VK_KHX_external_memory_fd
- VK_KHX_external_memory_win32
- VK_KHX_external_semaphore
- VK_KHX_external_semaphore_capabilities
- VK_KHX_external_semaphore_fd
- VK_KHX_external_semaphore_win32
- VK_KHX_win32_keyed_mutex
Multi-GPU extensions:
- VK_KHX_device_group
- VK_KHX_device_group_creation
Multiview and VR related extensions:
- VK_KHX_multiview
- VK_NVX_multiview_per_view_attributes
- VK_NV_viewport_swizzle (Maxwell)
- VK_NV_viewport_array2 (Maxwell)
- VK_NV_geometry_shader_passthrough (Maxwell)
- VK_NV_clip_space_w_scaling (Pascal)
Other extensions:
- VK_NV_sample_mask_override_coverage (Maxwell)
- VK_EXT_discard_rectangles
- Bug fixes to improve compatibility with shaders generated from HLSL
February 9th, 2017 — Linux 375.27.10
- Bug fixes
February 1st, 2017 — Linux 375.27.08, Windows 376.80
- Bug fixes
January 23rd, 2017 — Linux 375.27.07, Windows 376.71
- Beta support for the new Vulkan extensions:
- VK_KHR_get_physical_device_properties2
- VK_KHR_maintenance1
- VK_KHR_shader_draw_parameters
- VK_EXT_shader_ballot
- VK_EXT_shader_group_vote
January 10th, 2017 — Linux 375.27.03, Windows 376.66
- Vulkan beta drivers with experimental API interop features
July 6th, 2016 — Windows 368.69
- Public GeForce Game Ready drivers
June 13th, 2016 — Linux 367.27
- Linux Display Driver
May 23rd, 2016 — Windows 368.22, Linux 367.18
- Public GeForce Game Ready drivers
- Bug fixes and performance improvements
May 13th, 2016 — Windows 365.19, Linux 364.19
- Public GeForce Game Ready drivers
- Bug fixes and performance improvements
April 8th, 2016 — Windows 364.91, Linux 364.16
- Updated Vulkan API to 1.0.8
- Improve pipeline creation performance and multi-threaded scaling
- Increase our maximum bound descriptor sets from 4 to 8
- Add support for asynchronous transfer queue
- Improve VK_EXT_debug_report messages on incorrect API usage and shader compile failure
- Fix VkImageFormatProperties maxMipLevels property
- Reduce VkPhysicalDeviceLimits bufferImageGranularity requirement on GM20x GPUs
- Improve Vulkan support on Optimus platforms
- Fixes for minor driver and SPIR-V compiler bugs
March 28th, 2016 — Windows 364.72
- Update Vulkan API to 1.0.5
- Various performance improvements
- Various bug fixes
March 21st, 2016 — Linux 364.12
- Linux UDA drivers
March 10th, Windows 364.51
- Windows WHQL drivers
March 2nd, 2016 — Windows 356.45, Linux 355.00.29
- Support Vulkan API version v1.0.4
- Fix device lost issue with some MSAA resolves
- Fix vkGetQueryPoolResults() when queryCount=0
- Fix OpImageQuerySample with images
- Fix OpVectorExtractDynamic issues with doubles
- Fix handling of sparse image miptail when the whole image fits within a page
- Improve vkAcquireNextImageKHR() conformance to WSI spec
- Improve GL_KHR_vulkan_glsl compatibility when using GLSL directly
- Improve GPU texturing performance in some cases
- Improve vkAllocateDescriptorSets()/vkFreeDescriptorSets() performance in some cases
- Improve vkCmdBindDescriptorSets() performance in some cases
- Improve vkCmdCopyImage() performance in some cases
February 23rd, 2016 — Windows 356.43, Linux 355.00.28
- Add support for 64-bit vertex attribute formats
- Improve performance of vkBindBufferMemory, vkBindImageMemory and vkCreateGraphicsPipelines
- No longer enumerate Fermi based GPUs in vkEnumeratePhysicalDevices
- Improved compatibility with recent Linux kernels
February 18th, 2016 — Linux 355.00.27
- New:
- GL_NV_draw_vulkan_image
- VK_NV_glsl_shader
- Fixes:
- Linux: Fixed issue with vkAllocateMemory() crashing under some circumstances
Vulkan on NVIDIA Hardware FAQ
1) How do I start using Vulkan in my code base?
NVIDIA Vulkan developer page https://developer.nvidia.com/Vulkan is a great place to start. You can learn from Vulkan presentations and articles as well as NVIDIA demos and SDK samples.
2) Is NVIDIA going to continue to support OpenGL in the future?
NVIDIA is fully committed to invest in OpenGL that our ISVs rely on and will continue to support and improve it. NVIDIA believes in providing maximum functionality with minimal churn to developers. Hence, NVIDIA fully supports both Vulkan and OpenGL.
3) Is NVIDIA Vulkan driver conformant?
Yes, the beta drivers typically pass the latest version of Vulkan conformance. Current conformance status can be found at https://www.khronos.org/conformance/.
4) Does NVIDIA support Vulkan on Linux for Tegra?
Yes. Linux for Tegra drivers can be found at https://developer.nvidia.com/embedded/linux-tegra.
5) Does NVIDIA support Vulkan on Android?
Yes. See https://developer.nvidia.com/vulkan-android for details about NVIDIA Vulkan Android drivers for SHIELD devices.
Содержание
- To Как установить вулкан на свой компьютер
- Оглавление:
- Что такое Vulkan и каковы его преимущества?
- Как установить Vulkan на свой компьютер
- Как узнать, сколько оперативной памяти я могу установить на свой компьютер
- Как установить ssd на свой компьютер 【шаг за шагом】
- Как установить Google DNS на свой компьютер [шаг за шагом]?
- Vulkan Driver Support
- Vulkan 1.3 General Release Driver Downloads
- Windows
- Linux
- NVIDIA SHIELD TV
- Vulkan Beta Driver Downloads
- Vulkan Beta Driver Release Notes
- Ada Lovelace GPU Architecture
- Ampere GPU Architecture
- Turing GPU Architecture
- Volta GPU Architecture
- Pascal GPU Architecture
- Maxwell 2 GPU Architecture
- Maxwell 1 GPU Architecture
- Vulkan Beta Driver Release Updates
- Vulkan on NVIDIA Hardware FAQ
- 1) How do I start using Vulkan in my code base?
- 2) Is NVIDIA going to continue to support OpenGL in the future?
To Как установить вулкан на свой компьютер
Оглавление:
Vulkan — это API моды вместе с DirectX 12, в этой статье мы расскажем обо всех его преимуществах и объясним, как очень просто установить Vulkan, чтобы вы могли использовать весь его потенциал на вашем ПК.
Что такое Vulkan и каковы его преимущества?
Vulkan — это кроссплатформенный API-интерфейс для трехмерной графики и вычислений. Vulkan предназначен для высокопроизводительных приложений 3D-графики в реальном времени, таких как видеоигры и интерактивные медиа, на всех платформах. По сравнению с OpenGL и Direct3D 11, а также Direct3D 12 и Metal, Vulkan предлагает более высокую производительность и более сбалансированное использование CPU / GPU. Другие важные различия между Direct3D 11 и более ранними версиями и OpenGL заключаются в том, что Vulkan является значительно более низким уровнем API и предлагает параллельные задачи. Vulkan также имеет возможность рендеринга приложений 2D-графики, однако, как правило, он больше подходит для 3D. В дополнение к более низкой загрузке процессора, Vulkan также может лучше распределять работу между несколькими ядрами процессора. В общем, Vulkan, как говорят, вызывает ускорение в любом месте от предельного до полиномиального во время выполнения по сравнению с другими API, если правильно реализовано на том же оборудовании.
Впервые Vulkan был анонсирован некоммерческой организацией Khronos Group на GDC 2015. Изначально Khronos называл Vulkan API «Инициативой OpenGL следующего поколения», или «OpenGL next», но использование этих имен было прекращено после того, как было объявлено имя Vulkan. Vulkan создан на основе компонентов AMD Mantle API, который AMD подарил компании Khronos с целью дать Khronos основу для разработки низкоуровневого API, который они могли бы стандартизировать в отрасли., как OpenGL.
Vulkan призван обеспечить множество преимуществ по сравнению с другими API, а также его предшественник OpenGL. Vulkan предлагает меньшую нагрузку, более прямой контроль над графическим процессором и меньшую загрузку процессора. Общая концепция и набор функций Vulkan аналогичны Direct3D 12, Metal и Mantle.
Ожидаемые преимущества Vulkan по сравнению с API предыдущего поколения включают в себя:
- Vulkan API хорошо подходит для высококачественных видеокарт, а также для графического оборудования на мобильных устройствах.В отличие от Direct3D 12, Vulkan доступен в нескольких современных операционных системах; Как и OpenGL, Vulkan API не привязан к одной операционной системе или форм-фактору устройства. Начиная с запуска, Vulkan работает на Android, Linux, Tizen, Windows 7, Windows 8 и Windows 10. Снижение нагрузки на драйверы, снижение нагрузки на процессор. Снижение нагрузки на процессор за счет использования пакетной обработки, что позволяет процессору выполнять больше вычислений или визуализаций, чем в противном случае. Лучшее масштабирование на многоядерных процессорах. Direct3D 11 и OpenGL 4 изначально были разработаны для использования с одноядерными процессорами, и получили поддержку только для нескольких ядер. Даже когда разработчики приложений используют дополнения, API регулярно плохо адаптируется к нескольким ядрам. OpenGL использует высокоуровневый язык GLSL для написания шейдеров, заставляя каждый драйвер OpenGL реализовывать свой собственный компилятор для GLSL, который выполняется во время выполнения приложения для преобразования программных шейдеров в машинный код графического процессора., Вместо этого драйверы Vulkan должны принимать уже переведенные шейдеры в промежуточный двоичный формат, называемый SPIR-V (стандартное портативное промежуточное представление), аналогично двоичному формату, в котором шейдеры HLSL компилируются в Direct3D. Благодаря возможности предварительной компиляции шейдера скорость инициализации приложения улучшается, и для каждой сцены можно использовать более широкий набор шейдеров. Драйвер Vulkan должен выполнять только специфичную для графического процессора оптимизацию и генерацию кода, что приводит к упрощению обслуживания драйверов и, в конечном итоге, к уменьшению пакетов драйверов. Унифицированное управление вычислительными ядрами и графическими шейдерами, исключающее необходимость использования отдельного API вычислений в сочетании с API-интерфейсом графов.
Как установить Vulkan на свой компьютер
Установить Vulkan на свой ПК так же просто, как установить драйверы видеокарты, поскольку и Nvidia, и AMD включают в них Vulkan. Первый шаг — найти драйвер для вашей видеокарты и операционной системы на веб-сайте Nvidia или AMD.
Как только драйвер выбран, мы загружаем его на наш ПК и можем установить его, для этого нам просто нужно запустить файл и выполнить шаги мастера.
Программа установки даст нам возможность также установить программное обеспечение GeForce Experience.
Мы рекомендуем сделать экспресс-установку, таким образом мы избежим возможных проблем. После этого нам остается только дождаться окончания установки.
Мы рекомендуем прочитать наше руководство по лучшим видеокартам и как чистить видеокарту шаг за шагом
На этом заканчивается наша статья о том, как установить Vulkan на ваш компьютер, помните, что вы можете оставить комментарий, если у вас есть какие-либо вопросы или вы хотите сделать предложение.
Как узнать, сколько оперативной памяти я могу установить на свой компьютер
Не знаете, сколько оперативной памяти нужно вашему ПК? Мы поможем вам выбрать в соответствии с вашими потребностями, а также научим нас некоторым хитростям и тому, куда вам следует обратиться.
Как установить ssd на свой компьютер 【шаг за шагом】
Сегодня мы научим вас, как легко установить SSD на ваш компьютер? Внутри мы расскажем вам, как дать новую жизнь вашему ПК.
Как установить Google DNS на свой компьютер [шаг за шагом]?
Сколько людей рекомендовали вам установить Google DNS? ✅ Мы знаем, что многие, поэтому вот учебник о том, как это сделать ✅
Источник
Vulkan Driver Support
This page provides links to both Vulkan 1.3 general release drivers, and developer beta drivers.
Vulkan 1.3 General Release Driver Downloads
Vulkan 1.3, including support for the Vulkan Ray Tracing extensions, is available for Windows and Linux in our general release drivers here:
Windows
Linux
NVIDIA SHIELD TV
Vulkan Beta Driver Downloads
Vulkan Beta Driver Release Notes
The latest Vulkan 1.3 specification can be found here: https://www.khronos.org/registry/vulkan/
NVIDIA provides full Vulkan 1.3 support and functionality on NVIDIA GeForce and Quadro graphics card with one of the following Ada Lovelace, Ampere, Turing, Volta, Pascal and Maxwell (first and second generation) based GPUs:
Ada Lovelace GPU Architecture
- GeForce RTX: GeForce RTX 4090, GeForce RTX 4080
Ampere GPU Architecture
- GeForce RTX: GeForce RTX 3090, GeForce RTX 3080 Ti, GeForce RTX 3080, GeForce RTX 3070 Ti, GeForce RTX 3070, GeForce RTX 3060 Ti, GeForce RTX 3060
- NVIDIA RTX: NVIDIA RTX A6000, NVIDIA RTX A5000, NVIDIA RTX A4000, NVIDIA RTX A2000
Turing GPU Architecture
Volta GPU Architecture
- TITAN: NVIDIA TITAN V
- Quadro: Quadro GV100
Pascal GPU Architecture
- TITAN: NVIDIA TITAN Xp, NVIDIA TITAN X (Pascal)
- GeForce: GeForce GTX 1080 Ti, GeForce GTX 1080, GeForce GTX 1070 Ti, GeForce GTX 1070, GeForce GTX 1060, GeForce GTX 1050 Ti, GeForce GTX 1050, GeForce GT 1030, GeForce MX150,
- Quadro: Quadro GP100, Quadro P6000, Quadro P5200, Quadro P5000, Quadro P4200, Quadro P4000, Quadro P3200, Quadro P3000, Quadro P2200, Quadro P2000, Quadro P1000, Quadro P620, Quadro P600, Quadro P520, Quadro P500, Quadro P400
Maxwell 2 GPU Architecture
- TITAN: GeForce GTX TITAN X
- GeForce: GeForce GTX 980 Ti, GeForce GTX 980, GeForce GTX 980M, GeForce GTX 970, GeForce GTX 970M, GeForce GTX 965M, GeForce GTX 960, GeForce GTX 950,
- Quadro: Quadro M6000 24GB, Quadro M6000, Quadro M5500, Quadro M5000, Quadro M5000M, Quadro M4000, Quadro M4000M, Quadro M3000M, Quadro M2200, Quadro M2000
Maxwell 1 GPU Architecture
- GeForce: GeForce GTX 960M, GeForce GTX 950M, GeForce 945M, GeForce 940MX, GeForce 930MX, GeForce 920MX, GeForce 940M, GeForce 930M, GeForce GTX 860M, GeForce GTX 850M, GeForce 845M, GeForce 840M, GeForce 830M, GeForce GTX 750 Ti, GeForce GTX 750, GeForce GTX 745, GeForce MX130
- Quadro: Quadro M2000M, Quadro M1000M, Quadro M600M, Quadro M500M, Quadro M1200, Quadro M620, Quadro M520, Quadro K2200M, Quadro K620M
For any bugs or issues, please file a bug through the developer website: https://devtalk.nvidia.com/
Vulkan Beta Driver Release Updates
December 19th, 2022 — Windows 527.86, Linux 525.47.04
November 17th, 2022 — Windows 517.83, Linux 515.49.25
October 25th, 2022 — Windows 517.69, Linux 515.49.24
September 30th, 2022 — Windows 517.57, Linux 515.49.19
- New:
- VK_EXT_extended_dynamic_state3 support for the following dynamic states:
- VK_DYNAMIC_STATE_DEPTH_CLAMP_ENABLE_EXT
- VK_DYNAMIC_STATE_POLYGON_MODE_EXT
- VK_DYNAMIC_STATE_LOGIC_OP_ENABLE_EXT
- VK_DYNAMIC_STATE_COLOR_BLEND_ENABLE_EXT
- VK_DYNAMIC_STATE_COLOR_BLEND_EQUATION_EXT
- VK_DYNAMIC_STATE_COLOR_WRITE_MASK_EXT
- VK_DYNAMIC_STATE_DEPTH_CLIP_ENABLE_EXT
- VK_DYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXT
- VK_DYNAMIC_STATE_PROVOKING_VERTEX_MODE_EXT
- VK_DYNAMIC_STATE_LINE_RASTERIZATION_MODE_EXT
- VK_DYNAMIC_STATE_LINE_STIPPLE_ENABLE_EXT
- Provisional Vulkan video extension updates:
- VK_KHR_video_queue: 6 -> 7
- Note: these changes are not backwards compatible with the old revisions so applications using the old revisions will need to be updated to continue working
- VK_EXT_extended_dynamic_state3 support for the following dynamic states:
- Fixes:
- Fixed regression with mesh shader queries
- Updated OpEmitMeshTasksEXT to be interpreted as a terminator instruction
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.19
September 27th, 2022 — Windows 517.55, Linux 515.49.18
- New:
- VK_EXT_mutable_descriptor_type
- VK_EXT_depth_clamp_zero_one
- Provisional Vulkan video extension updates:
- VK_KHR_video_queue: 4 -> 6
- VK_KHR_video_decode_queue: 4 -> 6
- VK_KHR_video_encode_queue: 5 -> 7
- VK_EXT_video_decode_h264: 5 -> 7
- VK_EXT_video_decode_h265: 3 -> 5
- VK_EXT_video_encode_h264: 7 -> 9
- Note: these changes are not backwards compatible with the old revisions so applications using the old revisions will need to be updated to continue working
- Fixes:
- Fixed possible multi-threaded pipeline creation stall when VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT is used
- Fixed support for image load/store/atomics with linear images
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.18
September 1st, 2022 — Windows 517.22, Linux 515.49.15
August 23rd, 2022 — Windows 517.17, Linux 515.49.14
- New:
- VK_EXT_attachment_feedback_loop_layout
- Added support for chaining VkShaderModuleCreateInfo when creating compute and ray tracing pipelines
- Fixes:
- Don’t read pipeline state when it’s not valid for the pipeline library stage
- Fixed issue clearing 3D depth images where the end slice(s) weren’t cleared completely
- Fixed an issue where Vulkan applications would crash when running under Wayland
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.14
July 20th, 2022 — Windows 516.89, Linux 515.49.10
- New:
- VK_EXT_pipeline_robustness
- Fixes:
- Restored old shader disk cache behavior to remain enabled even if the app uses its own pipeline cache
- Fixed issue with optimized graphics pipeline library final link using the wrong shaders
- Fixed issue with some fp16 shader operations
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.10
July 2nd, 2022 — Windows 516.63, Linux 515.49.06
- New:
- VK_EXT_shader_module_identifier
- Fixes:
- Fixed issue with image copy when one of the formats is a single-plane interleaved video format
- Fixed issue with vkCmdResetEvent on compute queues
- Fixed regression with tessellation mode set be the tessellation control shader
- Fixed issue with underestimate conservative rasterization sometimes not working correctly
- open-gpu-kernel-modules release:
- https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/515.49.06
June 17th, 2022 — Windows 516.48, Linux 515.49.05
May 24th, 2022 — Windows 473.64, Linux 470.62.30
May 10th, 2022 — Windows 473.60, Linux 470.62.29
April 29th, 2022 — Windows 473.50, Linux 470.62.28
- New:
- VK_EXT_image_2d_view_of_3d
- Updates for the latest Vulkan video extensions revisions:
- VK_KHR_video_queue: 2 -> 3
- VK_KHR_video_decode_queue: 2 -> 4
- VK_KHR_video_encode_queue: 3 -> 5
- VK_EXT_video_decode_h264: 3 -> 5
- VK_EXT_video_decode_h265: 1 -> 3
- VK_EXT_video_encode_h264: 3 -> 7
- Note: these changes are not backwards compatible with the old revisions so applications using the old revisions will need to be updated to continue working
- vk_video_samples has been updated to the new API
- Fixes:
- Fix Optimus layer vkEnumeratePhysicalDevices to not overwrite past the end of the application’s pPhysicalDevices array
- Fix mesh shaders and VK_EXT_graphics_pipeline_library
- Fix pipeline caching issue with VK_EXT_graphics_pipeline_library and VkPipelineShaderStageModuleIdentifierCreateInfoEXT
- Fix driver crash when starting a render pass with a VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT depth attachment without VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT info
- Fix linear render targets when they are very small
- Fix bug with vkCmdSetCullMode not applying when VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY is used
March 29th, 2022 — Windows 473.33, Linux 470.62.26
January 25th, 2022 — Windows 473.11, Linux 470.62.22
January 20th, 2022 — Windows 473.07, Linux 470.62.20
- New:
- VK_NV_linear_color_attachment
- Support revision 1.2.203 of the Vulkan API headers, which has some minor changes to the Vulkan Video API
- Fixes:
- Fixed vertexStrideDynamic with VK_NV_device_generated_commands (for real this time)
- Fixed a compiler bug where an optimization pass could generate invalid accesses
December 7th, 2021 — Windows 472.85, Linux 470.62.16
- Fixes:
- Fixed Vulkan Video encode bitstream size and RESULT_WITH_STATUS_BIT_KHR query reporting
- Fixed VK_IMAGE_CREATE_EXTENDED_USAGE_BIT with vkGetPhysicalDeviceImageFormatProperties
- Fixed vertexStrideDynamic with VK_NV_device_generated_commands
November 24th, 2021 — Windows 472.77, Linux 470.62.13
- New:
- VK_EXT_depth_clip_control
- Fixes:
- Fixed some unset VkVideoDecodeH264CapabilitiesEXT query fields
- Fixed VK_TIME_DOMAIN_DEVICE_EXT query on SLI platforms
November 17th, 2021 — Windows 472.69, Linux 470.62.12
- New:
- VK_EXT_border_color_swizzle
- VK_EXT_image_view_min_lod
- Vulkan Video APIs updated to 1.2.199
- Updated Vulkan Video Capabilities according to the new Video spec
- Fixes:
- Fix for 64-bit atomics not working under some conditions
- Handle VkRenderingFragmentShadingRateAttachmentInfoKHR.imageView with a VK_NULL_HANDLE correctly
November 2nd, 2021 — Windows 472.55, Linux 470.62.07
- New:
- VK_KHR_dynamic_rendering
- Added support for bufferDeviceAddressCaptureReplay [Linux]
- Fixes:
- Fixed a regression which prevented DisplayPort and HDMI 2.1 variable refresh rate (VRR) G-SYNC Compatible monitors from functioning correctly in variable refresh rate mode, resulting in issues such as flickering [Linux]
- Optimized the Vulkan fullscreen presentation path for X11 and direct-to-display swapchains [Linux]
- Fixed a compiler bug with Ray Tracing shaders which could cause shader execution timeouts, resulting in device loss
- Treat video encode VUI parameters as optional to avoid driver crash when they are omitted, which is valid usage
October 6th, 2021 — Windows 472.33, Linux 470.62.05
- New:
- VK_KHR_format_feature_flags2
- VK_KHR_maintenance4
- Vulkan video updates:
- Update the VK_KHR_video_queue implementation to properly support VK_QUERY_TYPE_RESULT_STATUS_ONLY video queries
- Improve the support for VK_KHR_video_decode_queue out-of-order parallel command buffer recording for the video decode operations
- Fixes:
- Fixed issue with vkCmdBindDescriptorSets and unreferenced dynamic UBO/SSBO descriptors
- Fixed issue with FragCoord and Centroid qualifier
- Fixed an issue where unreferenced descriptor bindings were sometimes not ignored properly
- Fixed a bug where VK_NVX_binary_import was advertised as supported on unsupported platforms which caused calls to vkCreateDevice to fail if applications attempted to enable VK_NVX_binary_import on such platforms
September 7th, 2021 — Windows 472.02, Linux 470.62.02
- New:
- VK_KHR_shader_integer_dot_product
- VK_EXT_direct_mode_display [Windows]
- VK_EXT_load_store_op_none
- VK_EXT_pageable_device_local_memory [Windows]
- VK_EXT_primitive_topology_list_restart
- Fixes:
- Fixed issue with vertex shader interpolation qualifiers of unused input attributes
- Fixed issue with host-visible device local memory and capture/replay
- Fixed issue accessing individual components of barycentric inputs
August 6th, 2021 — Windows 471.69, Linux 470.56.05
May 13th, 2021 — Windows 458.36, Linux 455.50.19
- New:
- VK_EXT_provoking_vertex
- Fixes:
- Added support for Vulkan provisional video session picture parameters objects
April 19th, 2021 — Windows 458.20, Linux 455.50.14
April 13th, 2021 — Windows 458.17, Linux 455.50.12
March 4th, 2021 — Windows 458.06, Linux 455.50.10
- Fixes:
- Fixed an issue with vkCmdSetViewport when firstViewport is non-zero
- Fixed a memory fault when using some smaller dimensions of sparse images
- Fixed an issue where vkCreatePipeline would sometimes crash when the shaders contained resources with no set/binding
- Fixed corruption that sometimes occured with shadow rendering with image arrays
- Fixed a bug with the host-visible device-local memory heap, where if an allocation failed due to space constraints, it could cause the application to crash on future Vulkan function calls
- Fixed a potential crash when clearing images with multiple layers
- Fixed a bug where using ray tracing extensions on multi-GPU setups could result in application instability if the GPUs did not match [Linux]
- Fixed a bug where vkCreateSwapchain could cause the X Server to crash when an invalid imageFormat was provided [Linux]
February 15th, 2021 — Windows 457.96, Linux 455.50.07
- New:
- VK_KHR_synchronization2
- Fixes:
- Fixed handling of VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT for variable size descriptor bindings
- Fixed the present tearing that occured in some situations [Windows]
February 2nd, 2021 — Windows 457.91, Linux 455.50.05
- Fixes:
- Fixed bug with indexed ray payloads
- Fixed a bug where calls to vkCreateDevice could fail on Ampere GPUs when ray tracing extensions were enabled and the application was running within the Steam Linux Runtime [Linux]
January 27th, 2021 — Windows 457.88, Linux 455.50.04
- Fixes:
- Fixed a bug in a stencil-buffer optimization that could occasionally result in VK_ERROR_DEVICE_LOST
January 25th, 2021 — Windows 457.84, Linux 455.50.03
January 19th, 2021 — Windows 457.83, Linux 455.50.02
- New:
- Support for linear images in host-visible video memory
- Fixes:
- Fixed a crash Vulkan swapchain initialization on older versions of Windows 10 [Windows]
- Fixed VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT semaphore export support [Windows]
- Fixed an issue with OpenGL where imported Vulkan buffers would fail with GL_OUT_OF_MEMORY when marked as resident [Linux]
December 16th, 2020 — Windows 457.67, Linux 455.46.04
- New:
- VK_NV_acquire_winrt_display [Windows]
- Fixes:
- Fixed a crash from vkCreateGraphicsPipelines when certain blend operations were used with scalar outputs from the fragment shader
- Fixed the X driver’s composition pipeline (used, e.g., for X desktop rotation, «ForceCompositionPipeline», and some OpenGL Swap Group configurations) to correctly preserve color precision in depth 30 [Linux]
November 23rd, 2020 — Windows 457.44, Linux 455.46.02
November 11th, 2020 — Windows 457.33, Linux 455.46.01
November 2nd, 2020 — Windows 457.17, Linux 455.34.01
- New:
- NVIDIA GeForce RTX 3070 support
- Fixes:
- Fixed an issue with VK_ACCESS_MEMORY__BITs when used as part of a render pass
- Fixed an issue where Vulkan applications would fail to initialize if the connected X11 Server did not expose support for GLX [Linux]
October 20th, 2020 — Windows 457.00, Linux 455.26.02
October 9th, 2020 — Windows 456.80, Linux 455.26.01
- Fixes:
- Reduce host memory consumption for descriptor memory when VkDescriptorSetVariableDescriptorCountAllocateInfo is used
- Handle SPIR-V 1.4 non-Input/Ouput entry point variables correctly
- Fixed a blending optimization that sometimes produced an incorrect result
- Fixed SPIR-V intersection shader compilation issue when multi entry point ray tracing modules are used
September 29th, 2020 — Windows 456.62, Linux 455.22.04
- New:
- Rebased to r455 driver branch, which adds Ampere GPU family support
- VK_EXT_global_priority support for Windows 10 with hardware scheduling enabled
- Application needs to have the SeIncreaseBasePriorityPrivilege enabled to get higher priorities
- VK_EXT_shader_image_atomic_int64
- VK_KHR_copy_commands2
- Allow importing external host memory as cached
- Fixes:
- Fixed a bug in a barrier optimization that allowed some back-to-back copies to run unordered
September 9th, 2020 — Windows 452.28, Linux 450.56.11
- Fixes:
- Fixed a bug in a SPIR-V optimization that may cause conditional blocks to not execute
- Fixed a bug where calls to vkGetRandROutputDisplayEXT with unexpected inputs would generate X11 protocol errors [Linux]
August 7th, 2020 — Windows 451.98, Linux 450.56.06
July 20th, 2020 — Windows 451.79, Linux 450.56.02
July 9th, 2020 — Windows 451.74, Linux 450.56.01
- New:
- Rebased beta driver to r450 driver release branch
- Added support for the VkPhysicalDeviceRayTracingFeaturesKHR.rayTracingIndirectTraceRays ray tracing feature
- VK_NV_device_diagnostics_config
- Fixes:
- Make the pSizes parameters of vkCmdBindVertexBuffers2EXT be relative to the pBuffers+pOffsets
- Fixed potential crash in the first vkQueuePresentKHR() call after creating a new VkSwapchainKHR with a non-NULL oldSwapchain
- Fixed potential crash in vkCmdBeginRenderPass() when using VK_EXT_sample_locations
June 23rd, 2020 — Windows 443.41, Linux 440.66.17
May 26th, 2020 — Windows 443.24, Linux 440.66.15
- Fixes:
- Fixed 16-bit SMin/SMax
- CPU performance improvements for VkFence creation and usage [Linux]
- Fixed a bug where vkUpdateDescriptorSetWithTemplate would ignore the stride parameter for some VkDescriptorType values
- Fixed an issue with the Optimus layer selecting the iGPU when there was an application profile with Auto-select as the preferred graphics processor [Windows]
- Fixed layout of compute shader shared memory that may have resulted in a compiler crash
- Fixed a bug where vkCreateSampler would fail with no borderColor data, even though it wasn’t needed
- Fixed a compiler issue processing image operation with extra unused coordinate operand components Fixed writing to dynamically indexed vec2 and vec3 fragment color outputs
May 11th, 2020 — Windows 443.15, Linux 440.66.14
- New:
- Added support for the VkPhysicalDeviceRayTracingFeaturesKHR.rayTracingPrimitiveCulling ray tracing feature
- Fixes:
- Fixed the returned pCheckpointDataCount value for vkGetQueueCheckpointDataNV when there are less than the requested values
- Process the VkTimelineSemaphoreSubmitInfo structure correctly for vkQueueBindSparse
- Fixed vec3 immediate indexing in ray tracing shaders
May the 4th, 2020 — Windows 443.09, Linux 440.66.12
- New:
- VK_EXT_custom_border_color
- VK_EXT_private_data
- VK_EXT_robustness2
- Fixes:
- Fixed a visual glitch with Vulkan applications when falling out of flipping on certain desktops such as GNOME [Linux]
April 24th, 2020 — Linux 440.66.11
- Fixes:
- Fixed several synchronization bugs that could momentarily lock up the X server when moving/resizing/focusing OpenGL and Vulkan windows when PRIME Sync is enabled [Linux]
- Fixed a bug which caused horizontal lines to corrupt full screen Vulkan applications [Linux]
April 18th, 2020 — Windows 442.98, Linux 440.66.09
- New:
- Added support for more acceleration structure vertex formats
- Fixes:
- Fixed some VkPhysicalDeviceRayTracingFeaturesKHR to be advertised correctly for the current GPU
- Fixed potential crash when pipeline pInputAssemblyState is NULL for mesh shaders
- Fixed memory alignment and type for ray tracing scratch memory
- Fixed some issues with ray tracing queries
- Fixed an issue with ray tracing pipeline creating with pipeline libraries
- Fixed some window state transitions when using HDR [Windows]
April 2nd, 2020 — Windows 442.88, Linux 440.66.08
- New:
- Added beta support for Ray Queries
- VkPhysicalDeviceRayTracingFeaturesKHR.rayQuery is now VK_TRUE
- SPIR-V: SPV_KHR_ray_query
- GLSL: GLSL_EXT_ray_query
- Added beta support for Ray Queries
- Fixes:
- Improve performance of large host-visible VkDeviceMemory allocations
- Fixed YCbCr copy of multi-plane images
April 1st, 2020 — Windows 442.86, Linux 440.66.07
- New:
- Multi thread-capable deferred ray tracing pipeline creation
- Allow presenting from queue families which only expose VK_QUEUE_COMPUTE_BIT when using XCB in addition to Xlib surfaces [Linux]
- Fixes:
- Added a workaround for Linux Steam Play title DOOM Eternal, which overrides application requested memory locations, to ensure performance-critical resources be placed in video memory [Linux]
- Correctly cap the drawCount for vkCmdDrawIndirectCount and vkCmdDrawIndexedIndirectCount on Turing GPUs
- Fixed descriptor indexing with large arrays and large blocks
March 24th, 2020 — Windows 442.81, Linux 440.66.04
- Fixes:
- Fixed handling of offsets in VkAccelerationStructureBuildOffsetInfoKHR
- Fixed a bug which could cause DXVK applications to crash when running on Optimus laptops [Windows]
March 19th, 2020 — Windows 442.77, Linux 440.66.03
March 17th, 2020 — Windows 442.75, Linux 440.66.02
February 19th, 2020 — Linux 440.58.02
- Fixed:
- Fixed a regression which added syntax errors into the default application profiles configuration file [Linux]
February 15th, 2020 — Windows 442.36, Linux 440.58.01
- New:
- VK_KHR_shader_non_semantic_info
- VK_EXT_tooling_info
- Fixed:
- Fixed a regression which caused some Vulkan titles to crash on swapchain recreation. This was known to affect the following Vulkan titles [Linux]:
- F1 2017
- Rise of the Tomb Raider
- DiRT 4
- Fixed a visual glitch of Vulkan applications when falling out of flipping (such as when doing alt-tab) [Linux]
- We are still investigating a glitch that reproduces with the GNOME desktop
- Fixed a regression which caused some Vulkan titles to crash on swapchain recreation. This was known to affect the following Vulkan titles [Linux]:
January 15th, 2020 — Windows 441.99, Linux 440.48.02
January 8th, 2020 — Windows 441.97, Linux 440.43.02
- Fixes:
- Fixed a bug that caused DXVK titles to endlessly loop during shader compilation if no OpSource instruction was present
- Fixed a build failure «fatal error: drm/drmP.h: No such file or directory» when building for Linux 5.5 release candidates
- Other minor fixes
December 11th, 2019 — Windows 441.71, Linux 440.43.01
- New:
- Rebased Vulkan beta driver to r440 release branch
- Fixes:
- Fix rendering to 3D depth/stencil image slices
- Improvements to Vulkan driver startup time
- Fixed various resource leaks
November 25th, 2019 — Windows 436.65, Linux 435.27.08
November 14th, 2019 — Linux 435.27.07
- Fixes:
- Fixed a bug that caused graphical corruption, reducing visibility in caves, in Steam Play title Assassin’s Creed: Odyssey
- Fixed a bug that caused applications running directly on a display (such as VR HMDs) to tear when a G-SYNC or G-SYNC Compatible monitor is plugged in the system
November 13th, 2019 — Windows 436.64, Linux 435.27.06
- Fixes:
- Fixed memory leak after destroying ray tracing pipeline
- Improved responsiveness of X11 driver when ‘NVIDIA: Wait for channel idle timed out’ messages occur
- Improved Windows fullscreen exclusive support for non-primary monitors
- Improved Windows G-Sync support for borderless windows
- Further improvements when system is under low-memory stress on Windows
November 4th, 2019 — Windows 436.61, Linux 435.27.03
- New:
- VK_KHR_separate_depth_stencil_layouts
- Fixes:
- Improved behavior in low-memory situations
- Fixed graphical corruption in Vulkan game F12017
- Various minor performance improvements
- Improved Vulkan HDR support for multi-device configurations
October 25th, 2019 — Windows 436.59, Linux 435.27.02
- New:
- Added HDR10 passthrough presentation format and color space for Windows 10 RS2+
- VkFormat — VK_FORMAT_A2B10G10R10_UNORM_PACK32
- VkColorSpaceKHR — VK_COLOR_SPACE_HDR10_ST2084_EXT
- Added support for the __GL_SYNC_DISPLAY_DEVICE environment variable for Linux Vulkan applications
- Added HDR10 passthrough presentation format and color space for Windows 10 RS2+
- Fixes:
- Improved bounds checking and stability for some content
- Improved unused memory reclamation when running low on system memory for Linux
- General performance improvements
October 13th, 2019 — Windows 436.56, Linux 435.27.01
- New:
- VK_KHR_spirv_1_4
- Fixes:
- Fix tearing with mailbox present mode on Windows 10 laptops and SLI platforms
October 7th, 2019 — Windows 436.52, Linux 435.27.00
September 18th, 2019 — Windows 436.39, Linux 435.24.02
- New:
- VK_KHR_shader_subgroup_extended_types
- Fixes:
- Fixed a regression introduced in 435.19.02 that would cause some applications which use the VK_KHR_display extension to segmentation fault
September 6th, 2019 — Linux 435.19.03
- Fixes:
- Fixed a bug which caused corruption in the following DXVK titles:
- Saints Row IV
- Saints Row: The Third
- Fall back to system memory when video memory is full for some driver-internal allocations.
- This can help fix Xid 13 and Xid 31 cases when video memory is full.
- Fixed a bug which caused corruption in the following DXVK titles:
August 29th, 2019 — Windows 436.20, Linux 435.19.02
- New:
- Rebased Vulkan beta driver features to the latest 436.15 (Windows) and 435.17 (Linux) general release drivers
- 8-bit integer support added to VK_NV_cooperative_matrix
- See here for more info
- Fixes:
- General performance imporvements from 436.15 and 435.17
August 12th, 2019 — Windows 426.06, Linux 418.52.20
- New:
- VK_KHR_pipeline_executable_properties
- Fixes:
- Improved reporting of Xid errors to include the process ID (PID) of the process responsible for the error
July 29th, 2019 — Windows 426.02, Linux 418.52.18
July 17th, 2019 — Linux 418.52.17
- Fixes:
- Fixed a bug that could cause heapUsage values reported by VK_EXT_memory_budget to not immediately update after vkFreeMemory was called
July 8th, 2019 — Windows 425.94, Linux 418.52.16
July 1st, 2019 — Windows 425.89, Linux 418.52.14
June 1st, 2019 — Windows 425.62, Linux 418.52.10
May 22nd, 2019 — Windows 425.58, Linux 418.52.07
April 19th, 2019 — Windows 425.42, Linux 418.52.05
- New:
- VK_PRESENT_MODE_IMMEDIATE_KHR present mode is now available for Windows
- VK_NV_ray_tracing is now available on the following non-RTX GPUs:
- Pascal: TITAN Xp, TITAN X, GeForce GTX 1080 Ti, GeForce GTX 1080, GeForce GTX 1070 Ti, GeForce GTX 1070, GeForce GTX 1060 6GB
- Volta: TITAN V
- Turing: GeForce GTX 1660 Ti, GeForce GTX 1660
- VK_NV_coverage_reduction_mode
- Extension specification will be available soon.
- Fixes:
- Fix bug in vkCmdCopyImage with compressed images and some non-zero mipmap level dimensions
- Fix bug with OpPhi and relaxed precision
- Some minor performance improvements
April 10th, 2019 — Windows 425.30, Linux 418.52.03
March 16th, 2019 — Windows 419.62, Linux 418.49.04
March 1st, 2019 — Windows 419.34, Linux 418.42.02
- Fixes:
- Fixes intermittent crash on startup with some content on Windows
- Fixed a bug which could cause the compiler to crash in some Vulkan games
February 19th, 2019 — Windows 419.09, Linux 418.31.03
- New Extensions:
- VK_NV_cooperative_matrix
- VK_EXT_depth_clip_enable
- Fixes:
- Hitman 2 visual corruption on Linux when running with dxvk translation
- Total War Warhammer II crash or hang when using Alt-Tab on Linux
January 6th, 2019 — Windows 417.63, Linux 415.22.05
December 14th, 2018 — Windows 417.42, Linux 415.22.01
- Improvements:
- Expose two transfer queues on Pascal and above
- Increase maximum point size to 2047
- Increate maximum line width to 64
- Fixes:
- Fixed issue with vkCmdDrawIndirectCountKHR and vkCmdDrawIndexedIndirectCountKHR and very large counts.
- Fixed issue with Sascha Willems «pushconstants» example.
December 2nd, 2018 — Windows 417.23, Linux 415.18.04
November 28th, 2018 — Windows 417.17, Linux 415.18.02
October 14th, 2018 — Windows 399.41, Linux 396.54.09
September 19th, 2018 — Windows 399.32, Linux 396.54.06
September 10th, 2018 — Windows 399.28, Linux 396.54.05
August 31st, 2018 — Windows 399.17, Linux 396.54.02
- New Extensions:
- VK_EXT_swapchain_colorspace (Windows only)
- VK_EXT_hdr_metadata (Windows only)
- Bug fixes:
- VK_EXT_vertex_attribute_divisor has been updated to version 3
- Entry point queries for VK_EXT_conditional_rendering have been fixed
- Missing primitives with some DXVK content has been fixed
August 7th, 2018 — Windows 398.91, Linux 396.51.02
- New Extensions:
- VK_NV_device_diagnostic_checkpoints
- Bug fixes:
- Fix hang that sometimes occurs after a clear in multisample rendering
- Fix hang that sometimes occurs when doing a modeswitch while fullscreen
- Other minor driver and SPIR-V compiler bug fixes
July 12th, 2018 — Windows 398.58, Linux 396.24.10
- New Extensions:
- VK_KHR_8bit_storage
- VK_KHR_create_renderpass2
- VK_EXT_conditional_rendering
- Bug fixes:
- Fixed an intermittent hang of Vulkan applications running fullscreen when flipping is allowed on Linux
- Various other driver and compiler fixes
May 24th, 2018 — Windows 397.96, Linux 396.24.02
- Increased maxBoundDescriptorSets limit from 8 to 32
- New Extensions:
- VK_KHR_draw_indirect_count
- VK_EXT_global_priority (Linux only)
- VK_KHR_get_display_properties2 (Linux only)
- Bug fixes:
- Improved stability with Wine on Linux
- Improve stability of Vulkan on pre-Pascal GPUs
- Emulate DX shader behavior when necessary
- Bounds-checking for SSBO variable pointer loads
May 11th, 2018 — Windows 397.76, Linux 396.18.11
- Pick up the latest fixes from general release driver 397.64
May 7th, 2018 — Linux 396.18.08
- Fix for the Alt-Tab freeze with DXVK
May 3rd, 2018 — Windows 397.54, Linux 396.18.07
- Shader compiler bug fixes
April 25th, 2018 — Windows 397.40, Linux 396.18.05
- Windows driver feature parity with Linux 396.18.02
- Bug fixes
April 17th, 2018 — Linux 396.18.02
- New Extensions
- VK_EXT_descriptor_indexing
- Increased several resource limits, notably:
- maxPerStageDescriptorUniformBuffers: 12 -> 15
- maxPerStageDescriptorSamplers: 4,000 -> 1,048,576
- maxPerStageDescriptorSampledImages: 16,384 -> 1,048,576
- maxPerStageDescriptorStorageBuffers: 4,096 -> 1,048,576
- And many others
- Shader performance improvements
March 30th, 2018 — Windows 389.20, Linux 387.42.06
March 7th, 2018 — Windows 389.10, Linux 387.42.05
January 5th, 2018 — Windows 388.84, Linux 387.42.01
September 28th, 2017 — Windows 383.18, Linux 381.26.20
- Full-screen flipping for Linux
- Improved performance of fullscreen Vulkan applications using X11 swapchains. This optimization will cause more events that trigger an out-of-date swapchain, such as when entering or leaving fullscreen mode. This is commonly encountered when using the alt-tab key combination, for example. Applications that do not properly respond to the VK_ERROR_OUT_OF_DATE_KHR return code may not function properly when these events occur. See section 30.8 of the Vulkan specification.
- Known issue with Quadro and non-composited desktops under some situations. Possible workarounds:
- Disable flipping in nvidia-settings (uncheck «Allow Flipping» in the «OpenGL Settings» panel)
- Disable UBB (run ‘nvidia-xconfig —no-ubb’)
- Use a composited desktop
- Bug fixes
- NVX_multiview_per_view_attributes and geometry passthrough shaders
- Fix subpass dstSubpass=VK_SUBPASS_EXTERNAL handling
- Fix vkRegisterObjectsNVX and VK_EXT_sample_
- Fix handling of SPIR-V SSBO layout qualifiers on members
- Fix atomic operations on some 64-bit types
September 15th, 2017 — Windows 383.12, Linux 381.26.17
- New Extensions
- VK_KHR_maintenance2
- VK_KHR_bind_memory2
- VK_KHR_image_format_list
- VK_KHR_sampler_ycbcr_conversion
- VK_EXT_sample_locations
- Removed KHX extensions
- VK_KHX_external_memory_capabilities
- VK_KHX_external_memory
- VK_KHX_external_memory_fd
- VK_KHX_external_memory_win32
- VK_KHX_external_semaphore_capabilities
- VK_KHX_external_semaphore
- VK_KHX_external_semaphore_fd
- VK_KHX_external_semaphore_win32
- VK_KHX_win32_keyed_mutex
- Updated Vulkan loader to 1.0.61.0
- Minor bug fixes
August 16th, 2017 — Windows 382.96, Linux 381.26.13
- New Extensions
- VK_EXT_shader_viewport_index_layer
- Updated Vulkan loader to 1.0.57.0
- Fixed potential hang with some semaphore usage patterns
- Fixed issue with VK_INDIRECT_COMMANDS_TOKEN_TYPE_PUSH_CONSTANT_NVX and dynamicCount
- Other minor bugs fixed
July 31st, 2017 — Windows 382.88, Linux 381.26.11
July 14th, 2017 — Windows 382.83
- Fixed issue with unused compute queue
- Other minor bug fixes
July 13th, 2017 — Linux 381.26.08, Windows 382.81
June 30th, 2017 — Windows 382.71, Linux 381.26.06
- Various performance improvements and bug fixes
June 27th, 2017 — Windows 382.68, Linux 381.10.10
June 9th, 2017 — Windows 382.58, Linux 381.26.03
March 27th, 2017 — Windows 377.14, Linux 375.27.15
- SPIR-V compiler bug fixes
- Updated Vulkan loader to version 1.0.42.1
March 15th, 2017 — Windows 377.07
March 8th, 2017 — Linux 375.27.14, Windows 377.06
February 28th, 2017 — Linux 375.27.13, Windows 377.01
- Fix issue with SteamVR shaders
February 27th, 2017 — Linux 375.27.12, Windows 376.98
- Beta support for the following new extensions:
Descriptor Set Extensions
Cross process interop extensions:
Multiview and VR related extensions:
February 9th, 2017 — Linux 375.27.10
February 1st, 2017 — Linux 375.27.08, Windows 376.80
January 23rd, 2017 — Linux 375.27.07, Windows 376.71
January 10th, 2017 — Linux 375.27.03, Windows 376.66
- Vulkan beta drivers with experimental API interop features
July 6th, 2016 — Windows 368.69
- Public GeForce Game Ready drivers
June 13th, 2016 — Linux 367.27
May 23rd, 2016 — Windows 368.22, Linux 367.18
- Public GeForce Game Ready drivers
- Bug fixes and performance improvements
May 13th, 2016 — Windows 365.19, Linux 364.19
- Public GeForce Game Ready drivers
- Bug fixes and performance improvements
April 8th, 2016 — Windows 364.91, Linux 364.16
- Updated Vulkan API to 1.0.8
- Improve pipeline creation performance and multi-threaded scaling
- Increase our maximum bound descriptor sets from 4 to 8
- Add support for asynchronous transfer queue
- Improve VK_EXT_debug_report messages on incorrect API usage and shader compile failure
- Fix VkImageFormatProperties maxMipLevels property
- Reduce VkPhysicalDeviceLimits bufferImageGranularity requirement on GM20x GPUs
- Improve Vulkan support on Optimus platforms
- Fixes for minor driver and SPIR-V compiler bugs
March 28th, 2016 — Windows 364.72
- Update Vulkan API to 1.0.5
- Various performance improvements
- Various bug fixes
March 21st, 2016 — Linux 364.12
March 10th, Windows 364.51
March 2nd, 2016 — Windows 356.45, Linux 355.00.29
- Support Vulkan API version v1.0.4
- Fix device lost issue with some MSAA resolves
- Fix vkGetQueryPoolResults() when queryCount=0
- Fix OpImageQuerySample with images
- Fix OpVectorExtractDynamic issues with doubles
- Fix handling of sparse image miptail when the whole image fits within a page
- Improve vkAcquireNextImageKHR() conformance to WSI spec
- Improve GL_KHR_vulkan_glsl compatibility when using GLSL directly
- Improve GPU texturing performance in some cases
- Improve vkAllocateDescriptorSets()/vkFreeDescriptorSets() performance in some cases
- Improve vkCmdBindDescriptorSets() performance in some cases
- Improve vkCmdCopyImage() performance in some cases
February 23rd, 2016 — Windows 356.43, Linux 355.00.28
- Add support for 64-bit vertex attribute formats
- Improve performance of vkBindBufferMemory, vkBindImageMemory and vkCreateGraphicsPipelines
- No longer enumerate Fermi based GPUs in vkEnumeratePhysicalDevices
- Improved compatibility with recent Linux kernels
February 18th, 2016 — Linux 355.00.27
Vulkan on NVIDIA Hardware FAQ
1) How do I start using Vulkan in my code base?
NVIDIA Vulkan developer page https://developer.nvidia.com/Vulkan is a great place to start. You can learn from Vulkan presentations and articles as well as NVIDIA demos and SDK samples.
2) Is NVIDIA going to continue to support OpenGL in the future?
NVIDIA is fully committed to invest in OpenGL that our ISVs rely on and will continue to support and improve it. NVIDIA believes in providing maximum functionality with minimal churn to developers. Hence, NVIDIA fully supports both Vulkan and OpenGL.
Источник
Время от времени вы прокручиваете список программ, просматриваете установленные приложения, рабочие процессы в диспетчере задач, и наверняка натыкались на не известную вам программу, процесс. Одной из таких программ с которой вы столкнетесь это Vulkan Run Time Libraries. Давайте выясним, что это такое, цель программы и что вы должны с этим делать. Заранее скажу, что это не вирус и не программа от казино «Вулкан».
Содержание
- Для чего нужен Vulkan?
- Vulkan находится на моем компьютере?
- Как Vulkan попал на мой компьютер?
- Какие игры поддерживает Vulkan?
- Должен ли я удалить Vulcan?
- Vulkan-1.dll 64 bit скачать бесплатно
- Возможности Vulkan-1.dll
- Как выполнить скачивание
- Установочный процесс
- Рассмотрение практической информации
- Ошибка Vulkan-1.dll по причине заражения вирусами
- Ошибка Vulkan-1.dll: как исправить
- Методы исправления ошибки
- Преимущества
- Заключение
- Vulkan
- What Is Vulkan?
- Why Vulkan?
- Vulkan at NVIDIA
- Vulkan Certified Driver Information
- Samples
- Vulkan Developer Tools
- Nsight Aftermath
- Nsight Systems
- Nsight Graphics
- RTX Ray Tracing in Vulkan
- Getting Started with Vulkan Ray Tracing
- Vulkan. Руководство разработчика. Настройка окружения
- 1. Вступление
- 2. Краткий обзор
- 3. Настройка окружения
- Windows
- Vulkan SDK
- Настройка Visual Studio
- Linux
- Vulkan Packages
- Компилятор шейдеров
- Настройка проекта для makefile
- MacOS
- Vulkan SDK
- Настройка Xcode
Для чего нужен Vulkan?
Vulkan находится на моем компьютере?
Вы можете легко проверить, есть ли у вас библиотеки Vulkan Run Time Libraries, установленные на вашем компьютере или ноутбуке.
В Windows 10 откройте «Все параметры» > «Приложения» > «Приложении и Возможности«. Если вы видите запись Vulkan Run Time Libraries 1.0.54.0 или другую версию, значит он установлен уже в вашей системе Windows 10.
В Windows 7 зайдите в «Панель управления» > «Программы и компоненты» или «Удаление программ». Прокрутите страницу вниз, чтобы найти запись.
Еще можно просто зайти на локальный системный диск, где установлена сама windows, по следующему пути C:Program Files (x86)VulkanRT. Она может быть в папке и без (x86).
Как Vulkan попал на мой компьютер?
Если вы не помните установку Vulkan, то не переживайте. Когда вы обновили или установили новейшие драйвера видеокарты, то Vulkan Run Time Libraries установится автоматически. Обе графические карты NVIDIA и AMD теперь включают в себя Vulkan с обновлением драйверов. Поскольку Vulkan был выпущен только в начале 2016 года, старые видеокарты могут его не поддерживать.
Какие игры поддерживает Vulkan?
Помимо этих игр, эмуляторы поддерживают Vulkan, такие как Dolphin (который эмулирует Nintendo GameCube) и игровые движки, такие как Source 2, Unity и CryEngine. Таким образом, мы можем ожидать больше игр с помощью Vulkan в будущем.
Должен ли я удалить Vulcan?
Если у вас установлен Vulkan на вашем компьютере, то вы скорее всего геймер или любитель поиграть в игры. Поскольку он загружается только с новейшими драйверами видеокарты. Вы не получите Vulkan при использовании встроенной видеокарты с интегрированной графикой.
Вы обязательно должны оставить и не удалять Vulkan с компьютера. Поскольку это новейший графический API, без помощи которого вы не сможете запускать более новые игры. Кроме того, нет возможности установить отдельно программу Vulkan Run Time Libraries. Если вы удалите ее, и решили потом снова установить, то вам придется переустановить графические драйверы видеокарт. Наличие этой библиотеки на вашем компьютере не приведет ни к каким поломкам. Он занимает мало места, не отвлекает вас разными уведомлениями и не является вирусом, как многие думают.
Теперь вы знаете, что такое Vulkan Run Time Libraries, почему они находятся на вашем компьютере и что они делают для вас. Любой компьютерный геймер должен иметь этот набор библиотек в своей системе, чтобы последние игры шли гладко. Вы должны получать обновления для Vulkan, когда вы обновляете свои графические драйверы, поэтому вам не о чем беспокоиться.
Источник
Vulkan-1.dll 64 bit скачать бесплатно
Ошибка, связанная с библиотекой Vulkan-1.dll, встречается у любителей видеоигр, в частности Doom 4 и Wolfenstein. Данная динамическая библиотека используется для взаимодействия компонентов системы с игрой. На данный момент ошибка отсутствия или повреждения библиотеки очень распространена и имеет несколько простых путей для исправления. Перед тем, как скачать Vulkan-1.dll, требуется знать, в следствии чего он может пропасть из системы или стать неработоспособным. Стоит отметить, что вы сможете скачать Vulkan-1.dll 64 bit для Windows 10 в пару кликов, весь процесс занимает минимум времени.
Возможности Vulkan-1.dll
Не сложно догадаться о том, что рассматриваемая библиотека представляет собой решение проблемы, когда игры в лице Doom 4 и Wolfenstein не могут запуститься.
При повреждении компонента нарушается стабильность работы и теряется способность к функционированию. В результате определённого алгоритма действий всё можно вернуть на свои места. Для этого потребуется лишь следовать тем инструкциям, которые будут перечислены чуть ниже в статье.
Как выполнить скачивание
Для того, чтобы скачать бесплатно Vulkan-1.dll 64 bit для Windows 7, вам нужно реализовать элементарное действие. Просто перейдите по прямой ссылке, её можете найти прямо на нашем сайте.
Установочный процесс
Важный вопрос касается того, куда кидать Vulkan-1.dll и как зарегистрировать его в системе. Какие-то допущенные ошибки могут лишь усугубить ситуацию и повлечь за собой неработоспособность той или иной игры. Следуйте инструкции, которая описана далее:
Рассмотрение практической информации
Ошибка Vulkan-1.dll по причине заражения вирусами
Первая причина ошибки в библиотеке Vulkan-1.dll – это вирусное ПО. Зачастую вирусы могут взаимодействовать и изменять файлы исполняемых библиотек для дальнейшего проникновения в систему. Перед тем, как скачать Vulkan-1.dll для Windows, необходимо убедится в том, что система не заражена вирусами.
Чтобы данная проблема была решена максимально качественно, вам потребуется:
В случае обнаружения вредоносных компонентов удалите их и проверьте систему на наличие опасностей ещё раз.
Конфликты антивируса и библиотеки.
Вторая причина очень схожа с первой и заключается в принципе работы антивирусов. Любой из современных антивирусов может изолировать заражённый файл библиотеки Vulkan-1.dll, поместить его в карантин или вовсе безвозвратно удалить с компьютера. В таком случае стоит попробовать переустановить игру, если есть такая возможность. Не хотите ждать – можете переходить к загрузке Vulkan-1.dll с нашего сайта.
Стоит отметить, что, чаще всего, антивирусные программы просто добавляют те или иные компоненты в карантин. Вы можете выполнить восстановление файла, после чего работоспособность игр может вернуться.
Ошибка Vulkan-1.dll: как исправить
Вы уже наверняка всё поняли о Vulkan-1.dll, что это и для чего применяется. Отсутствие такой библиотеки препятствует тому, чтобы пользователь имел доступ к комфортному времяпровождению в компании компьютерной игры. Для исправления ошибки «Система не обнаружила vulkan-1.dll» или «Запуск невозможен отсутствует vulkan-1.dll» и других, существует три очень эффективных метода.
Методы исправления ошибки
Преимущества
При работе с ПК могут возникать всевозможные ошибки. Некоторые из них решаются довольно просто. Если рассматривать Vulkan-1.dll, что это за ошибка и как исправить, тут не возникает вопросов. Преимущество установки библиотеки в том, что проблема решается в пару кликов.
Заключение
Рекомендуем загрузить через DS
Скачать торрент бесплатно
или скачайте по прямым ссылкам ниже
Источник
Vulkan
What Is Vulkan?
Vulkan is a new-generation graphics and compute open standard API that provides high-efficiency, cross-platform access to modern GPUs. Created and evolved by the Khronos® Group standards consortium, Vulkan satisfies the needs of software developers in fields as varied as game, mobile and workstation application development. Vulkan’s explicit API design enables efficient implementations on platforms that span a wide range of mobile, console, embedded and desktop hardware using the Windows, Linux and Android operating systems.
Why Vulkan?
Vulkan is an open standard API that the entire industry can cooperatively evolve to provide access to the latest GPU technologies. The API provides a multi-threading-centric design to leverage modern multi-core CPUs, and provide access to GPUs via multiple parallel command queues. Some of the latest Vulkan features include ray tracing, bindless resources and shader programming using GLSL or HLSL. Vulkan is not tied to a specific platform and enables developers to write GPU code that is portable to diverse devices and operating systems.
Vulkan at NVIDIA
NVIDIA provides fully conformant Vulkan 1.2 drivers across our products including Geforce and Quadro on Windows and Linux, Shield Android TV, and the range of Jetson embedded processors using Android or Linux. NVIDIA Nsight™ tools enable developers with cutting-edge Vulkan application debugging, profiling and optimization capabilities.
Vulkan is available across NVIDIA’s products
NVIDIA is deeply engaged at Khronos and the Vulkan Working Group to help drive Vulkan’s evolution through developing vendor extensions to enable developers access the very latest GPU technologies, and encouraging these capabilities to be adopted as cross-vendor Vulkan specifications at the Khronos Working Group.
To help developers get up and running quickly with Vulkan, this page contains information on NVIDIA’s Vulkan drivers, links to the full source code of educational samples and helper libraries, links the downloadable NVIDIA Nsight tools to help you debug and optimise your Vulkan code, and articles and presentations to help you learn more about what Vulkan can do for you!
Vulkan Certified Driver Information
When running on Turing or Ampere hardware these drivers include the
Samples
NVIDIA provides a growing collection of Vulkan and OpenGL samples and tutorials with full source code available on GitHub. Developers can download the samples that interest them, from educational introductions to basic Vulkan workflows and extensions, through examples of how to render scenes with high geometric complexity and ray tracing,and on to professional application use-cases. The repository also contains utility code that can speed up Vulkan development.
Nsight Aftermath
The NVIDIA Nsight Aftermath SDK is a simple library that can be integrated into a game’s crash reporter to generate GPU «mini-dumps» when a GPU hang or exception occurs.
Nsight Systems
NVIDIA Nsight Systems is a system-wide analysis tool for visualizing CPU / GPU interactions to help eliminate GPU idle, stutter and CPU bottlenecks. It can trace Vulkan on the CPU & GPU, interoperating GPU APIs, and many CPU or OS events.
Nsight Graphics
NVIDIA Nsight Graphics enables developers to debug & profile Vulkan applications. With powerful low-level profiling features such as GPU Trace, it’s easier than ever to identify GPU performance issues and optimize with confidence.
RTX Ray Tracing in Vulkan
In November 2020, Khronos released the final versions of the Vulkan Ray Tracing extensions that seamlessly integrate ray tracing into the existing Vulkan framework. Vulkan is the industry’s first open, cross-vendor, cross-platform standard that can be used to access RTX ray tracing acceleration.
Getting Started with Vulkan Ray Tracing
A tutorial on how to use Vulkan Ray Tracing to create a complete mini-path tracer using the final Vulkan Ray Tracing extensions
An updated Vulkan Ray Tracing Tutorial using the final Vulkan Ray Tracing extensions
Read about how the 2020.6 release of the NVIDIA Nsight Graphics tool supports Vulkan Ray Tracing
Источник
Vulkan. Руководство разработчика. Настройка окружения
Я переводчик ижевской компании CG Tribe и здесь я буду публиковать перевод руководства к Vulkan API. Ссылка на источник — vulkan-tutorial.com. Это моя вторая публикация, которая посвящена переводу раздела Development Environment.
9. Загрузка моделей
10. Создание мип-карт
FAQ
Политика конфиденциальности
1. Вступление
2. Краткий обзор
3. Настройка окружения
Windows
Если вы занимаетесь разработкой для Windows, то, скорее всего, вы используете Visual Studio. Для полной поддержки С++17 необходимо использовать Visual Studio 2017 или 2019. Шаги, описанные ниже, подходят для VS 2017.
Vulkan SDK
Самым важным компонентом для разработки программ с Vulkan является SDK. Он включает в себя заголовочные файлы, стандартные слои валидации, инструменты отладки и загрузчик функций Vulkan. Загрузчик ищет методы драйвера в рантайме (во время исполнения) так же, как это делает библиотека GLEW для OpenGL.
SDK можно загрузить с сайта LunarG. Для этого используйте кнопки внизу страницы. Вам необязательно создавать аккаунт, однако с ним у вас будет доступ к дополнительной документации.
Если вы получили сообщение об ошибке, убедитесь, что ваша видеокарта поддерживает Vulkan, а драйвер обновлен до последней версии. См. главу Введение, в которой даны ссылки на драйверы крупных производителей.
В этой папке есть и другие программы, которые могут оказаться полезными для разработки. Программы glslangValidator.exe и glslc.exe используются для компиляции шейдеров из GLSL в байт-код. Подробно эта тема будет рассмотрена в главе Шейдерные модули. В папке Bin также находятся dll библиотеки загрузчика Vulkan и слоёв валидации, в папке Lib — статические библиотеки, а в папке Include – заголовочные файлы Vulkan. Вы можете изучить и другие файлы, но для руководства они нам не понадобятся.
Как уже было сказано, Vulkan – это API, независимый от платформы, в котором нет инструментов создания окна для отображения результатов рендеринга. Чтобы использовать преимущества кроссплатформенности Vulkan и избежать ужасов Win32, мы будем использовать библиотеку GLFW для создания окна. Есть и другие доступные библиотеки, например, SDL, но GLFW лучше тем, что она абстрагирует не только создание окна, но и некоторые другие платформенно-зависимые функции.
В отличие от DirectX 12, в Vulkan нет библиотеки для операций линейной алгебры, поэтому ее придется скачать отдельно. GLM – это удобная библиотека, разработанная для использования с графическими API, она часто используется с OpenGL.
Библиотека GLM – это header only библиотека. Скачайте последнюю версию и сохраните ее в удобном месте. У вас должна получиться подобная структура каталогов:
Настройка Visual Studio
После установки всех библиотек мы можем настроить проект Visual Studio для Vulkan и написать немного кода, чтобы убедиться, что все работает.
Добавьте в файл код, указанный ниже. Вам необязательно пытаться понять его сейчас, важно узнать, соберется ли и запустится ли программа. В следующей главе мы начнем описание с самых азов.
Добавьте include директории для Vulkan, GLFW и GLM:
Перейдите в Linker → General → Additional Library Directories и добавьте расположения lib-файлов для Vulkan и GLFW:
Введите имена lib-файлов Vulkan и GLFW:
И измените настройки стандарта на C++:
Теперь вы можете закрыть диалог с настройками проекта. Если все сделано верно, подсветки ошибок в коде больше не будет.
Не забудьте выбрать для компиляции 64-битный режим.
Проверьте, чтобы число расширений не равнялось нулю («X extensions supported» в консоли).
Поздравляем, вы готовы к работе с Vulkan!
Linux
Инструкции ниже предназначены для пользователей Ubuntu, но вы можете следовать им, изменив команды apt на подходящие вам команды менеджера пакетов. Вам нужен компилятор с поддержкой С++17 (GCC 7+ или Clang 5+). Вам также понадобится утилита make.
Vulkan Packages
Самыми важными компонентами для разработки с использованием Vulkan под Linux являются загрузчик Vulkan, слои валидации и несколько утилит командной строки для проверки совместимости вашего компьютера с Vulkan:
Если вы получили сообщение об ошибке, убедитесь, что ваша видеокарта поддерживает Vulkan, а драйвер обновлен до последней версии. См. главу Введение, в которой даны ссылки на драйверы крупных производителей.
Как уже было сказано, Vulkan – это API, независимый от платформы, в котором нет инструментов создания окна для отображения результатов рендеринга. Чтобы использовать преимущества кроссплатформенности Vulkan и избежать ужасов X11, мы будем использовать библиотеку GLFW для создания окна. Есть и другие доступные библиотеки, например, SDL, но GLFW лучше тем, что она абстрагирует не только создание окна, но и некоторые другие платформенно-зависимые функции.
Мы будем устанавливать GLFW с помощью следующей команды:
В отличие от DirectX 12, в Vulkan нет библиотеки для операций линейной алгебры, поэтому ее придется скачать отдельно. GLM – это удобная библиотека, разработанная для использования с графическими API, она часто используется с OpenGL.
Библиотека GLM – это header only библиотека. Ее можно установить из пакета libglm-dev :
Компилятор шейдеров
Теперь, когда настройка почти завершена, осталось установить программу для компиляции шейдеров из GLSL в байт-код.
glslc: error: no input files
Мы подробно рассмотрим glslc в главе о шейдерных модулях.
Настройка проекта для makefile
После установки всех библиотек мы можем настроить проект makefile для Vulkan и написать немного кода, чтобы убедиться, что все работает.
Аналогично определите базовые флаги линкера в переменной LDFLAGS :
Флаг -lglfw подключает библиотеку GLFW, -lvulkan — загрузчик Vulkan, а остальные флаги — низкоуровневые библиотеки и зависимости самой GLFW.
Запуск команды make test позволит убедиться, что программа работает успешно. При закрытии пустого окна программа должна завершиться успешным кодом возврата ( ). У вас должен получиться готовый makefile, похожий на приведенный ниже:
MacOS
Инструкции ниже предназначены для тех, кто использует Xcode и менеджер пакетов Homebrew. Имейте в виду, что версия MacOS не должна быть ниже 10.11, а ваше устройство должно поддерживать Metal API.
Vulkan SDK
Самым важным компонентом для разработки программ с Vulkan является SDK. Он включает в себя заголовочные файлы, стандартные слои валидации, инструменты отладки и загрузчик функций Vulkan. Загрузчик ищет методы драйвера в рантайме (во время исполнения) так же, как это делает библиотека GLEW для OpenGL.
SDK можно загрузить с сайта LunarG. Для этого используйте кнопки внизу страницы. Вам необязательно создавать аккаунт, однако с ним у вас будет доступ к дополнительной документации.
Версия SDK для MacOS использует библиотеку MoltenVK. MacOS не имеет прямой поддержки Vulkan, а MoltenVK используется как прослойка для передачи вызовов в Apple Metal. Благодаря этому вы можете воспользоваться преимуществами отладки и производительности Apple Metal.
Как уже было сказано, Vulkan – это API, независимый от платформы, в котором нет инструментов создания окна для отображения результатов рендеринга. Мы будем использовать библиотеку GLFW для создания окна. Есть и другие доступные библиотеки, например, SDL, но GLFW лучше тем, что она абстрагирует не только создание окна, но и некоторые другие платформенно-зависимые функции.
Для установки GLFW на MacOS мы будем использовать менеджер пакетов Homebrew:
В Vulkan нет библиотеки для операций линейной алгебры, поэтому ее придется скачать отдельно. GLM – это удобная библиотека, разработанная для использования с графическими API, она часто используется с OpenGL.
Библиотека GLM – это header only библиотека. Ее можно установить из пакета glm :
Настройка Xcode
Запустите Xcode и создайте новый проект Xcode. В появившемся окне выберите Application > Command Line Tool.
Имейте в виду, вам необязательно пытаться понять весь код сейчас. Мы просто хотим использовать некоторые вызовы API, чтобы убедиться, что все работает правильно.
Xcode покажет некоторые ошибки, например, библиотеки, которые не были найдены. Необходимо настроить проект так, чтобы устранить эти ошибки. Выберите ваш проект в панели Project Navigator. Откройте вкладку Build Settings и выполните следующее:
(На скриншоте на каждый параметр приходится по одному пути. Но, если следовать этому мануалу, вы получите по два пути на параметр. — Прим. пер.)
Конфигурация Xcode должна иметь следующий вид:
Осталось настроить несколько переменных среды. В панели инструментов Xcode перейдите в Product > Scheme > Edit Scheme. и во вкладке Arguments добавьте две переменные среды:
• VK_ICD_FILENAMES = vulkansdk/macOS/share/vulkan/icd.d/MoltenVK_icd.json
• VK_LAYER_PATH = vulkansdk/macOS/share/vulkan/explicit_layer.d
У вас должно получиться следующее:
Итак, настройка завершена! После запуска проекта (не забудьте установить конфигурацию сборки Debug или Release) вы увидите следующее:
Число расширений должно быть больше нуля («X extensions supported» в консоли). Остальные логи берутся из библиотек. Вы можете получать разные сообщения в зависимости от вашей конфигурации.
Поздравляем! Теперь вы готовы к реальной работе с Vulkan.
Источник
Оглавление:
- Что такое Vulkan и каковы его преимущества?
- Как установить Vulkan на свой компьютер
Vulkan — это API моды вместе с DirectX 12, в этой статье мы расскажем обо всех его преимуществах и объясним, как очень просто установить Vulkan, чтобы вы могли использовать весь его потенциал на вашем ПК.
Что такое Vulkan и каковы его преимущества?
Vulkan — это кроссплатформенный API-интерфейс для трехмерной графики и вычислений. Vulkan предназначен для высокопроизводительных приложений 3D-графики в реальном времени, таких как видеоигры и интерактивные медиа, на всех платформах. По сравнению с OpenGL и Direct3D 11, а также Direct3D 12 и Metal, Vulkan предлагает более высокую производительность и более сбалансированное использование CPU / GPU. Другие важные различия между Direct3D 11 и более ранними версиями и OpenGL заключаются в том, что Vulkan является значительно более низким уровнем API и предлагает параллельные задачи. Vulkan также имеет возможность рендеринга приложений 2D-графики, однако, как правило, он больше подходит для 3D. В дополнение к более низкой загрузке процессора, Vulkan также может лучше распределять работу между несколькими ядрами процессора. В общем, Vulkan, как говорят, вызывает ускорение в любом месте от предельного до полиномиального во время выполнения по сравнению с другими API, если правильно реализовано на том же оборудовании.
Впервые Vulkan был анонсирован некоммерческой организацией Khronos Group на GDC 2015. Изначально Khronos называл Vulkan API «Инициативой OpenGL следующего поколения», или «OpenGL next», но использование этих имен было прекращено после того, как было объявлено имя Vulkan. Vulkan создан на основе компонентов AMD Mantle API, который AMD подарил компании Khronos с целью дать Khronos основу для разработки низкоуровневого API, который они могли бы стандартизировать в отрасли., как OpenGL.
Vulkan призван обеспечить множество преимуществ по сравнению с другими API, а также его предшественник OpenGL. Vulkan предлагает меньшую нагрузку, более прямой контроль над графическим процессором и меньшую загрузку процессора. Общая концепция и набор функций Vulkan аналогичны Direct3D 12, Metal и Mantle.
Ожидаемые преимущества Vulkan по сравнению с API предыдущего поколения включают в себя:
- Vulkan API хорошо подходит для высококачественных видеокарт, а также для графического оборудования на мобильных устройствах.В отличие от Direct3D 12, Vulkan доступен в нескольких современных операционных системах; Как и OpenGL, Vulkan API не привязан к одной операционной системе или форм-фактору устройства. Начиная с запуска, Vulkan работает на Android, Linux, Tizen, Windows 7, Windows 8 и Windows 10. Снижение нагрузки на драйверы, снижение нагрузки на процессор. Снижение нагрузки на процессор за счет использования пакетной обработки, что позволяет процессору выполнять больше вычислений или визуализаций, чем в противном случае. Лучшее масштабирование на многоядерных процессорах. Direct3D 11 и OpenGL 4 изначально были разработаны для использования с одноядерными процессорами, и получили поддержку только для нескольких ядер. Даже когда разработчики приложений используют дополнения, API регулярно плохо адаптируется к нескольким ядрам. OpenGL использует высокоуровневый язык GLSL для написания шейдеров, заставляя каждый драйвер OpenGL реализовывать свой собственный компилятор для GLSL, который выполняется во время выполнения приложения для преобразования программных шейдеров в машинный код графического процессора., Вместо этого драйверы Vulkan должны принимать уже переведенные шейдеры в промежуточный двоичный формат, называемый SPIR-V (стандартное портативное промежуточное представление), аналогично двоичному формату, в котором шейдеры HLSL компилируются в Direct3D. Благодаря возможности предварительной компиляции шейдера скорость инициализации приложения улучшается, и для каждой сцены можно использовать более широкий набор шейдеров. Драйвер Vulkan должен выполнять только специфичную для графического процессора оптимизацию и генерацию кода, что приводит к упрощению обслуживания драйверов и, в конечном итоге, к уменьшению пакетов драйверов. Унифицированное управление вычислительными ядрами и графическими шейдерами, исключающее необходимость использования отдельного API вычислений в сочетании с API-интерфейсом графов.
Как установить Vulkan на свой компьютер
Установить Vulkan на свой ПК так же просто, как установить драйверы видеокарты, поскольку и Nvidia, и AMD включают в них Vulkan. Первый шаг — найти драйвер для вашей видеокарты и операционной системы на веб-сайте Nvidia или AMD.
Как только драйвер выбран, мы загружаем его на наш ПК и можем установить его, для этого нам просто нужно запустить файл и выполнить шаги мастера.
Программа установки даст нам возможность также установить программное обеспечение GeForce Experience.
Мы рекомендуем сделать экспресс-установку, таким образом мы избежим возможных проблем. После этого нам остается только дождаться окончания установки.
Мы рекомендуем прочитать наше руководство по лучшим видеокартам и как чистить видеокарту шаг за шагом
На этом заканчивается наша статья о том, как установить Vulkan на ваш компьютер, помните, что вы можете оставить комментарий, если у вас есть какие-либо вопросы или вы хотите сделать предложение.
Anakai
26.08.2022
Для GTA 4 DXVK просто маст хэв!!
P.S. Спс за гайд)
Ответить
Развернуть ветку
Жора Жугор
26.08.2022
бля… а я думал они апдейт выпустили и поэтому она нормально работает
Ответить
Развернуть ветку
Bugworm
26.08.2022
юзаю в borderlands 2, как-то так (сверху dxvk, снизу dx9)
Ответить
Развернуть ветку
Mike Kozlov
26.08.2022
А если игра ниже DX9?
Я страдал пытаясь поиграть в Robin Hood: The Legend of Sherwood и там прям очень все плохо с лагами, гличами и артефактами.
И там 8.1 судя по системкам, игра вышла ровно 20 лет назад.
Потом запустил на Steam Deck и там все идет как по маслу, был приятно удивлен, что линукс теперь запускает игры лучше, чем винда
Ответить
Развернуть ветку
FalseShepard
16.10.2022
Можно попробовать dgvoodoo. На нем запускал Robin Hood Defender of Crown, Dungeon Keeper 2, какие-то алаваровские шароварки, там ещё можно графику подтянуть, фильтрации, сглаживания всякие. Можно даже попробовать игру запустить в любом разрешении, если пиксели слишком жирные и разрешение иными способами поменять нельзя, но не всегда работает как надо, что очевидно.
Ну и классика для старых игр — юзать вертикальную синхронизацию и фпс лок на 60 (или на 30, если проблемы не уходят)
Без неё куча проблем, как с физикой, так и с геймплеем. Например в вышеупомянутом Робин Гуде в секциях с засадой в лесу лучники стреляли по ГГ как из пулемета, тк их тайминги привязаны строго к ФПС.
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
qwe123
26.08.2022
Кто пропалптил статью? Ни одного слова негатива в сторону Вулкана(который является полумертвым уже) и самого DXVK…
1. Во второй половине 2021 Микрософт удалила Вулкан из всех драйверов в «центре обновления виндовс», тоесть чтоб иметь Вулкан сейчас нужно ставить драйвера с офф сайта производителя(Нвидия/Амд/Интел). Это также ясно дает понять что Микрософт может вндрить/внедряет «тормоа для вулкана» чтоб его сделать медленнее на фоне DX12, и судя по сравнениям с Линуксом — уже внедрили.
2. Использование DXVK в играх где есть античит — в лучшем случае игра не запустится, в худшем будет пермабан аккаунту.
Пример — Дестини 2 открыто написсли что «если вы запустите Дестани2 на Стимдеке вам прилетит пермабан», и это не новость, еще на релизе Дестани2 Банжи пермабанили всех кто играет/провал запустить Д2 в Линуксе.
Другой пример Товер оф Фантази — она вообще не запустится написавл «что окружение абнормал» (из за китайского встроенного античита).
И учитывая что даже оффлайн игры сейчас собирают статистику и «за честную игру» то пермач может даже на акк Юплея прилететь за то что Трекманию 2020 запустишь в dxvk.
Тоесть использовать DXVK под виндой в современных играх — большой риск схватить пермач, также изза «внедрения тормозов от Микрософт» использовать Вулкан под виндой не имеет смысла.
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
4 комментария
qwe123
26.08.2022
Забыл сказать — единственное почему Вудлкан еще жив — вливания Вальв и Гугл.
Но Гугл «перекрыли кран» и поэтому Вулкан на мобилках «внезапно» стал полностью поломанный, и разработчики мобильных видеокарт не почешутся чинить драйвер без «много миллионных откатов от Гугла».
Валв — у них свой Стимдек, на все остальное им пофиг, единстенное что выигрывает от Стимдека — видеокарты АМД где код драйверов общий со Стимдеком.
И как яркий пример — Нвидия в которой после второй половины 2021 Вулкан стал «поломан»(внезапно), очевидно что «откаты перекрыли» и на Вулкан всем стало пофиг.
Ответить
Развернуть ветку
1 комментарий
Элементарный Валера
26.08.2022
Комментарий недоступен
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
3 комментария
Be Yer
26.08.2022
Кто нибудь в курсе, а Казаки 3 можно подомными «костылями» оживить? Или все бестолку? Бывает накатывает ностальгия, хочется пару каток вечером сыграть против 5-6 ИИ, а к 30 минуте фпс падает до 25-40..а то и ниже….Ryzen 5600X и 3070, только толку от железяк, если игра работает в OpenGL..вернее сказать она просто не работает(
Ответить
Развернуть ветку
Жаба
26.08.2022
Казаки 3 просто хуем заместо рук сделаны, мне кажется там банально утечки памяти, которые не лечатся.
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
1 комментарий
Kirun
26.08.2022
Я давно подметил что вулкан это спасение для тех кто не имеет последнее железо.
На 1080 в рдр2 без вулкана играть сложно. При вулкане мылится слегка картинка, зато фпс+ и статеры исчезают чем на дх11 дх12.
Да и вроде все консоли на вулкане запускаются?
Ответить
Развернуть ветку
Никита Щербаков
26.08.2022
Не совсем, у Сони и Нинтендо хз, там что-то своё, если не ошибаюсь, а вот Майки с коробками используют DirectX, по крайней мере в SeX уже точно у них используется DirectX
Ответить
Развернуть ветку
Snowball
26.08.2022
из консолей вулкан умеет только свитч, у остальных свое родное апи (у бокса dx, но оно и логично, он родной для майкрософт). У свитча тоже родное есть, но вулкан как опция доступен
Ответить
Развернуть ветку
9 комментариев
Dude34
26.08.2022
Проходить игры по два раза шо бы сделать кеш шейдеров, наес идея, просто гениально, иначе катаеш с фризами и страдаеш, ибо эти кеши шейдеров достать, лучше уж на дх—ксе страдать или линукс поставить и играть в олд игры в стиме через протон с предварительно созданным кешем шейдеров
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
1 комментарий
Никита Щербаков
26.08.2022
Зависит от игры — недавно относительно Зельду проходил — фризы были первые минут 20-30 игры, дальше не ниже 1% минимума дропались за 80 часов геймплея, а во второй половине игры и вообще пропали, разве что финальный босс немного профризил, но быстро прошло.
Но тут ещё и от игры зависит — если разрабы любят использовать эффекты по одному разу за игру, или игра очень сюжетно-киношная, где не грех ради одной сцены эффекты добавлять — да, будут лаги
Ответить
Развернуть ветку
Мияги реальна
26.08.2022
В Shadow of the Tomb Raider такая тема мне бы не помешала. Вроде по меркам 2018 у меня хай энд писи но все равно на ультрах не тянет( Вдвойне обидно что на линукс версии зафигачили вулкан но не на винде
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
Nikolay Trunov
26.08.2022
адекватный дх12 от вулкана в плане производительности мало чем отличается, вряд ли там это бы сильно помогло
Ответить
Развернуть ветку
RTX 3080
26.08.2022
Так её на ультра+RT в 60FPS ничто не тянет, на 3080 проходил в 30-40FPS, на 3090 тестил 40-45.
Ответить
Развернуть ветку
1 комментарий
Andrew Khz
26.08.2022
а можно определить, что оно заработало, без субъективных ощущений?)
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
2 комментария
Zomboss
26.08.2022
А эта штука не поможет запустить игры dx12 на семёрке?
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
Никита Щербаков
26.08.2022
Dxvk по факту просто сверху dx12 прикручивается, и переводит из dx12 в вулкан, так что если dx12 так не заводится, то и с dxvk не заведётся
Ответить
Развернуть ветку
Володька
26.08.2022
Большинство игр, которые рассчитаны на быстрое передвижение (Mafia DE, Batman Arkham Knight и другие) могут наоборот ухудшить игровой процесс
RDR2 с включенным вулканом, оптимизация
Ответить
Развернуть ветку
Артем Смирнов
26.08.2022
Только после установки DXVK у меня пропали статтеры в Нью Вегасе
Хорошая штука для некоторых игр.
Ответить
Развернуть ветку
Mak Gee
26.08.2022
Отличная вещь! В прошлом году порыв ностальгии заставил меня пройти Kill.Switch, НО на современном железе она люто тормозит, провалы фпс до 5-10 кадров, тогда на одном из форумов посоветовали Вулкан. С настройками DXVK я вообще не заморачивался, тупо скинул файл d3d9.dll в директорию игры и всё завелось.
Ответить
Развернуть ветку
Indefio
26.08.2022
Мне dxvk помог на ryzen 2600 + radeon 5600xt в AC Origins — фпс вырос, видеокарта загружена, но изредка были статтеры. Скорее врего тоже самое было бы и в AC Valhalla и Immortal FR. Но в God of war были неиграбельно — артефакты изображения.
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
1 комментарий
Дмитрий Пупкин
26.08.2022
По опыту тестов на Лине скажу что стоит сравнивать и КПД тоже. С DXVK фпс выше, но рост потребления ресурсов не пропорционально бусту. Так что стоит использовать если излишек ресурсов или надо максимум из игры вытянуть, возможно закрывая другие приложения.
https://www.supergoodcode.com/the-finale/
Ответить
Развернуть ветку
Grand Osyotr
26.08.2022
Сборки майнкрафт на 500 модов на Вулкане в 300+ фпс
Мечты…
Ответить
Развернуть ветку
Тимур Есенбаев
26.08.2022
Попробовал dxvk в Deus Ex Human Revolution — игра стала неиграбельной Статтеры и фризы
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
1 комментарий
jsore
3.09.2022
Спасибо за статью. Играю на линуксе в Стиме через протон. В titan quest выдавало в лагучей Атлантиде 20 ФПС в последних локациях. Сделал все по инструкции теперь вместо 20 ФПС стабильные 60. Даже не ожидал, что какие-то изменения будут.
Ответить
Развернуть ветку
Travis Bickle
26.08.2022
Т.е. Вулкан в целом снижает нагрузку на процессор и переводит ее на видеокарту?
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
777yur0k
26.08.2022
Далее сохраняете файл и убираете .txt
А сразу создать dxvk.conf и просто открыть его блокнотом не проще?
dxgi.maxDeviceMemory = *число* dxgi.maxSharedMemory = *число*
Что-то не очень понятно что вписывать. VRAM видеокарты?
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
Злой самолет
26.08.2022
Интересно, на вахе третьей сработает или нет?
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
Bugworm
26.08.2022
Так падажжи ебана, ты качаешь dxvk-async, но в конфиге не прописываешь `dxvk.enableAsync = true`? Какой в этом смысл?
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
Даниил Параничев
26.08.2022
А на вулкане можно как-то включить сглаживание SGSSAA? Играл в H&D2, пробовал патч на Вулкан, но в игре лютые лесенки на прозрачных текстурах даже с DSR. Но к счастью с фан-патчами и обычная игра завелась с норм сглаживанием.
Ответить
Развернуть ветку
Никита Щербаков
26.08.2022
Хорошая статья, даже не знал что dxvk работает из под винды. Но мне кажется стоило уточнить что он работает лучше с видеокартами AMD. У них драйвера для старых dx не самые лучшие, и в сумме производительность лучше получается. По крайней мере так пишут владельцы карт нвд, сам проверить не могу, ибо в другом городе сейчас
Ответить
Развернуть ветку
Шантарам
9.10.2022
DXVK это единственный вариант запустить некоторые Win-10ть игры на Win 7.
Из последних так получилось запустить Mafia Definitive Edition
Ответить
Развернуть ветку
Аккаунт удален
9.10.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
2 комментария
Шантарам
9.10.2022
Кстати, сейчас этим способом запустил Crysis Remastered на Win7
Подлагивает на GTX 970, но я всё на Макс выкрутил.
Ответить
Развернуть ветку
Аккаунт удален
9.10.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
Шантарам
12.10.2022
Попытался Дезлупу запустить на Win7. Ему, конечно, нужен dxvk(актуальный релиз https://github.com/doitsujin/dxvk/releases) и, главное, d3d12.dll(выдёргивается отсюда https://github.com/HansKristian-Work/vkd3d-proton/releases). Но увы, не взлетело. Хотя у автора дээлльки
HansKristian, запуск DEATHLOOP указан как рабочий вариант. Впрочем, он возможно указал запуск на Линухе. А возможно, для запуска DEATHLOOP на Win 7, ещё нужно проделать ряд манипуляций, как с запуском Elder Ring и RE Village.
Ответить
Развернуть ветку
Вынужденный турник
26.08.2022
Почему сразу не сохранить файл в формате .conf
Ответить
Развернуть ветку
Аккаунт удален
26.08.2022
Автор
Комментарий недоступен
Ответить
Развернуть ветку
При запуске некоторых игр пользователи могут столкнуться с ошибкой «Не удается продолжить выполнение кода, поскольку система не обнаружила vulkan-1.dll» или «Запуск программы невозможен, так как на компьютере отсутствует vulkan-1.dll».
В этой пошаговой инструкции подробно о том, как скачать vulkan-1.dll с официального сайта или в комплекте драйверов для Windows 11, Windows 10 и 7, чтобы исправить ошибку при запуске игр и программ.
Vulkan-1.dll в составе Vulkan Runtime Libraries в комплекте драйверов видеокарты
Vulkan-1.dll представляет собой один из файлов, входящих в комплект Vulkan Runtime Libraries — библиотек, которые могут использоваться в различных играх для Windows 11, 10 или Windows 7 (а также других платформ) с игровыми движки от Valve и не только.
Не следует вручную скачивать отдельный файл vulkan-1.dll, копировать его в папку System32 или SysWOW64 и пробовать зарегистрировать в системе: с большой вероятностью, это не решит проблему и, кроме этого, не вполне безопасно.
Пакет библиотек Vulkan Runtime Libraries по умолчанию поставляется и устанавливается вместе с драйверами видеокарты. Если драйверы видеокарты были установлены системой автоматически, рекомендую вручную скачать последнюю версию драйверов с официального сайта NVIDIA GeForce, AMD Radeon и Intel и установить их. После установки и перезагрузки компьютера, проблема должна быть решена — файлы vulkan-1.dll как x64 так и 32-бит будут установлены в необходимые расположения на вашем компьютере или ноутбуке.
Ранее (в старых версиях драйверов) после установки в списке установленных программ Windows появлялся пункт Vulkan Run Time Libraries, в новых версиях драйверов не появляется. Однако, вы можете легко проверить наличие библиотек Vulkan: нажмите клавиши Win+R, введите vulkaninfo и нажмите Enter. Если откроется окно со служебной информацией о версиях и поддерживаемых функциях Vulkan, значит необходимые DLL в наличии.
Следует учитывать следующий момент: если у вас очень старая видеокарта и для неё доступны лишь старые версии драйверов, Vulkan может отсутствовать в комплекте. Вы можете ознакомиться со списком видеокарт и версий драйверов, где vulkan-1.dll и остальные компоненты присутствуют на сайтах:
- Для NVIDIA GeForce — https://developer.nvidia.com/vulkan-driver
- Для AMD Radeon — https://gpuopen.com/version-table/
Как скачать установщик Vulkan Runtime Libraries (VulkanRT) отдельно с официального сайта
Если предыдущий метод по какой-то причине вам не подходит, вы можете скачать vulkan-1.dll в составе Vulkan Runtime Libraries с официального сайта разработчика:
- Зайдите на официальный сайт загрузки Vulkan — https://vulkan.lunarg.com/sdk/home
- В разделе «Windows» нажмите «Latest Runtime/ZIP» или по файлу установщика в пункте Runtime.
- Скачайте файл установщика (Runtime Installer) и запустите установку.
После установки Vulkan Runtime Libraries (может потребоваться перезагрузка компьютера), файл vulkan-1.dll будет располагаться в папках C:WindowsSystem32 и C:WindowsSysWOW64 и нужным образом зарегистрирован в Windows. Следует учитывать, что Vulkan может не поддерживаться или иметь ограниченную поддержку на очень старых видеокартах.
Содержание
- Способ 1: Загрузка vulkan-1.dll
- Способ 2: Переустановка игры
- Способ 3: Обновление драйвера видеокарты
- Способ 4: Проверка совместимости видеокарты
- Способ 5: Скачивание Vulkan SDK
- Вопросы и ответы
Это простой метод копирования библиотеки в системную директорию Windows. Потребуется скачать vulkan-1.dll и поместить ее в папку с установленной игрой. Это может быть как корневая ее папка, так и одна из вложенных (чаще всего «bin»), что зависит от конкретного приложения, требующего файл. Некоторым помогает дополнительное добавление DLL в системную папку по адресу C:WindowsSystem32
(32-битная ОС) и/или в C:WindowsSysWOW64
(64-битная ОС). Эта операция ничем не отличается от обычного копирования какого-либо файла.
Скачать vulkan-1.dll
Иногда, несмотря на то, что вы поместили файл в положенное место, игра все равно отказывается запускаться. В таком случае может потребоваться его регистрация в системе. Чтобы проделать данную операцию корректно, ознакомьтесь со специальной статьей, в которой детально описан данный процесс. Из-за того, что имя системной папки Windows может быть разным в зависимости от её семейства, прочтите другую статью с описанием установки в таких ситуациях.
Способ 2: Переустановка игры
Каким бы банальным этот совет ни был, обходить его стороной не нужно, поскольку иногда именно он помогает устранить возникшую проблему. Часто ошибки с DLL возникают у скачавших пиратские версии игр, разнообразные репаки и модификации, содержащие кривой код, битые/вырезанные файлы. Поэтому, если обычная переустановка не помогает, скачайте сам установщик повторно, чтобы исключить возможное повреждение при его сохранении на ПК, а еще лучше отыщите другую сборку или воспользуйтесь лицензионной версией игры.
Иногда используемый антивирус может ошибочно (или нет) посчитать ДЛЛ опасным, заблокировав тот при попытке запуска приложения или во время сканирования. Проверьте его наличие в карантине, и если он там есть, можете восстановить его оттуда, дополнительно проверив файл на «чистоту» другим программным обеспечением или через специальный сайт. Подробнее об этом вы узнаете из статьи по ссылке ниже.
Подробнее: Онлайн-проверка системы, файлов и ссылок на вирусы
В случае, когда файл оказался безопасным, рекомендуем добавить папку с ним в исключения антивируса, чтобы в будущем тот больше не блокировал его.
Подробнее: Как добавить объект в исключения антивируса
И еще один совет: попробуйте переустановить игру с отключенным антивирусом, чтобы избежать его блокировки еще во время установки. После этого, если игра запустилась, добавьте папку с ней или сам файл в исключения защитного софта.
Подробнее: Отключение антивируса
Способ 3: Обновление драйвера видеокарты
Поскольку файл vulkan-1.dll является частью Vulkan API, который, в свою очередь, входит в состав драйверов видеокарт, обновление драйвера устройства довольно часто помогает решить все возможные проблемы. Если и это не помогло, рекомендуем полностью удалить старую версию, чтобы произвести чистую установку программного обеспечения. О том, как обновлять драйверы и удалять старые их версии с компьютера правильно, мы рассказывали в отдельных материалах.
Подробнее:
Удаляем драйвера видеокарты
Обновление драйверов AMD Radeon / NVIDIA
Программы для обновления драйверов
Способ 4: Проверка совместимости видеокарты
Из предыдущего способа вы могли узнать, что для работы игры, требующей vulkan-1.dll, необходимо наличие Vulkan API на компьютере. Однако не все видеокарты могут ее поддерживать, и касается это, конечно же, в первую очередь устаревших комплектующих. На сайтах NVIDIA и AMD вы можете ознакомиться со списком устройств, поддерживающих Vulkan. Ниже для этого даны разные ссылки, ведущие на официальные сайты компаний с нужной информацией: кликните по названию видеокарты, установленной в вашем ПК, чтобы посмотреть информацию о совместимости. Обладатели встроенной графики от Intel тоже не остались в стороне: чтобы узнать, поддерживает ли она Вулкан АПИ, перейдите по ссылке ниже и разверните блок с названием «Процессоры Intel® Pentium® с HD-графикой Intel®».
Перейти на официальную страницу NVIDIA / AMD / Intel для просмотра списка видеокарт с поддержкой Vulkan API
Способ 5: Скачивание Vulkan SDK
Пользователи, которые не могут обновить драйвер, или не хотят этого делать, могут попробовать скачать технологию Вулкан отдельно, воспользовавшись для этого сайтом компании, работающей над этой технологией. Оттуда любой желающий может скачать SDK — набор средств разработки, изначально предназначенный, как уже понятно, для девелоперов. Однако им можно воспользоваться и в целях устранения ошибки с DLL, если этого не удается сделать никакими другими методами.
Перейти на официальный сайт Vulkan
Здесь воспользуйтесь первой плиткой с Windows и первой ссылкой, предоставляющей архив с последней версией SDK. Установите его как обыкновенное ПО, желательно перезагрузите компьютер и попробуйте запустить проблемную игру.
Vulcan Runtime Libraries представляют собой библиотеки, созданные для карт NVIDIA (имеются в виду последние модификации). Об их назначении говорит само название. То есть потребность в них возникла по причине добавления в Windows поддержки API-Vulkan. Предусмотрено распространение библиотек отдельно от ПО (для GPU). Однако их функционирование без программного обеспечения исключено.
Назначение
VRL призваны обеспечить корректное исполнение в совместимых приложениях подаваемых графических команд. Необходимость в библиотеках испытывают разработчики, планирующие внедрить технологию Vulcan. Между прочим, универсальный интерфейс применяется и для игр на ОС Windows, и для приложений на Android, iOS, предполагающих использование трёхмерной графики.
Более подробная информация о Vulkan API
Этот интерфейс стал, так сказать, правоприемником OpenGL. Во многих снискавших всеобщую популярность играх, он поддерживается. Исходя из того, что с помощью Vulkan можно добиться хорошей производительности, напрашивается вывод о перспективности внедрения API во многие проекты, связанные с игровой индустрией, о чём красноречиво свидетельствует то, что поддержкой данного интерфейса стремятся обзавестись самые популярные на сегодняшний день движки (id Tech, Source 2).
Кроме повышенного уровня производительности, особенно ощущаемой на компьютерах, выпущенных несколько лет назад, интерфейсом обеспечивается высочайшая детализация.
Установка
Инсталлируется Vulcan RT в автоматическом режиме. Предусмотрена самостоятельная проверка установщиком наличия в памяти других библиотек. Если таковые обнаруживаются, то запускается процесс их удаления. Также с помощью Vulcan RT можно инициировать деинсталляцию стандартными способами, предусмотренными протоколом операционной системы.
О главных особенностях
- графические команды Vulcan API выполняются в высшей степени корректно;
- библиотеки находятся в комплекте новых версий драйверов для видеокарт;
- совместимость с последними версиями Windows и современными GPU;
- процесс установки происходит в автоматическом режиме;
- продукт находится в свободном доступе.
Описание
Прогресс в сфере технологий вынуждает разработчиков компьютерных игр удивлять пользователей новыми возможностями и параметрами графики. В связи с этим многие игры отказываются от морально устаревшего интерфейса Open GL в пользу нового API от компании NVIDIA под названием Vulcan. Он отличается более высокой производительностью и лучшим качеством графики.
Vulcan API (Vulcan Runtime Libraries) — это набор библиотек, необходимый для работы API. Наличие программного обеспечения на компьютере позволяет выполнять графические команды в программах и играх, где используется данный движок. Поскольку одноименный интерфейс начал внедряться с 2016 года, Vulcan необходим для многих современных игр.
Набор библиотек VulcanRL устанавливается вместе с драйверами NVIDIA. Однако если у вас графические драйвера достаточно старых версий, софт придется загружать отдельно. Сделать это можно с нашего сайта. Программа инсталлируется в обычном режиме. Хотя интерфейс установщика недоступен на русском языке, это не вызовет проблем, поскольку мастер инсталляции не отличается от большинства других программ.
Функции и особенности Vulcan API:
- Набор библиотек для работы графических программ
- Отсутствие русской локализации
- Требуется для игр, выпущенных после 2016 года
- Устанавливается в комплекте со «свежими» драйверами NVIDIA
- Распространяется бесплатно
Новый интерфейс Vulcan поможет добиться максимальной производительности вашего процессора и графического адаптера.
Скриншоты
Скачать Vulcan API
Для полного комплекта мы рекомендуем вам также скачать Brother Control Center (программа для сканеров, принтеров и МФУ Brother).