DirectXOpenGLVulkan
DirectX, OpenGL, and Vulkan are all graphics and compute APIs (Application Programming Interfaces). They provide a standardized way for software, particularly games and demanding applications, to interact with the graphics processing unit (GPU) of a computer. These APIs abstract away the complex hardware specifics, allowing developers to write code that runs on a wide range of hardware from different manufacturers.
DirectX, primarily developed by Microsoft, is a suite of technologies for handling tasks related to multimedia,
OpenGL (Open Graphics Library) is an open-standard API for rendering 2D and 3D vector graphics. It is
Vulkan is a newer, lower-overhead, cross-platform 3D graphics and compute API. It was developed by the Khronos