Vulkan: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
'''Vulkan''' is a low-overhead, cross-platform API, open standard for 3D graphics and computing developed by Khronos Group, a successor to OpenGL.
'''Vulkan''' is a low-overhead, cross-platform API, open standard for 3D graphics and computing developed by Khronos Group, a successor to OpenGL.


Most games will usually have Vulkan disabled by default for compatibility reasons, except in {{portalrtx|4}} which is enabled by default.
Most games will usually have Vulkan disabled by default for compatibility reasons (with older GPUs) or possibly to avoiding bugs or performance issues that sometime may happen even on high-end hardware, except in {{portalrtx|4}} which is enabled by default.


Games that supports Vulkan:
Games that supports Vulkan:

Revision as of 07:55, 27 June 2023

English (en)Translate (Translate)

Vulkan is a low-overhead, cross-platform API, open standard for 3D graphics and computing developed by Khronos Group, a successor to OpenGL.

Most games will usually have Vulkan disabled by default for compatibility reasons (with older GPUs) or possibly to avoiding bugs or performance issues that sometime may happen even on high-end hardware, except in Portal with RTX Portal with RTX which is enabled by default.

Games that supports Vulkan:

See Also