Vulkan-Docs/doc/specs/vulkan/man/VkInstance.txt

51 lines
1.2 KiB
Plaintext

// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
// Creative Commons Attribution 4.0 International License; see
// http://creativecommons.org/licenses/by/4.0/
VkInstance(3)
=============
Name
----
VkInstance - Opaque handle to a instance object
C Specification
---------------
// refBegin VkInstance - Opaque handle to a instance object
There is no global state in Vulkan and all per-application state is
stored in a sname:VkInstance object. Creating a sname:VkInstance object
initializes the Vulkan library and allows the application to pass
information about itself to the implementation.
Instances are represented by sname:VkInstance handles:
include::../api/handles/VkInstance.txt[]
Description
-----------
// refEnd VkInstance
See Also
--------
flink:vkCreateInstance, flink:vkCreateWaylandSurfaceKHR, flink:vkDestroyInstance, flink:vkEnumeratePhysicalDevices, flink:vkGetInstanceProcAddr
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkInstance
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]