Crate graphics_api_version[−][src]
A library for storing graphics API versions.
Structs
UnsupportedGraphicsApiError | An error for when a graphics API is unsupported. |
Version | Stores graphics API version. |
Constants
DIRECTX | A graphics API developed by Microsoft. See https://en.wikipedia.org/wiki/DirectX for more information. |
METAL | A graphics API developed by Apple. See https://en.wikipedia.org/wiki/Metal_%28API%29 for more information. |
OPENGL | A graphics API developed by Khronos Group. See https://en.wikipedia.org/wiki/OpenGL for more information. |
VULKAN | A graphics API developed by Khronos Group. See https://en.wikipedia.org/wiki/Vulkan_(API) for more information. |