Метод |
Описание |
|
DebugReportMessage ( uint flags, DebugReportObjectType objectType, ulong @object, PointerSize location, int messageCode, byte &layerPrefix, byte message ) : void |
|
|
EnumeratePhysicalDevices ( uint &physicalDeviceCount, PhysicalDevice physicalDevices ) : void |
|
|
vkCreateAndroidSurfaceKHR ( Instance instance, AndroidSurfaceCreateInfo createInfo, AllocationCallbacks allocator, Surface surface ) : System.Result |
|
|
vkCreateDebugReportCallbackEXT ( Instance instance, DebugReportCallbackCreateInfo createInfo, AllocationCallbacks allocator, DebugReportCallback callback ) : System.Result |
|
|
vkCreateDisplayPlaneSurfaceKHR ( Instance instance, DisplaySurfaceCreateInfo createInfo, AllocationCallbacks allocator, Surface surface ) : System.Result |
|
|
vkCreateWin32SurfaceKHR ( Instance instance, Win32SurfaceCreateInfo createInfo, AllocationCallbacks allocator, Surface surface ) : System.Result |
|
|
vkCreateXcbSurfaceKHR ( Instance instance, XcbSurfaceCreateInfo createInfo, AllocationCallbacks allocator, Surface surface ) : System.Result |
|
|
vkCreateXlibSurfaceKHR ( Instance instance, XlibSurfaceCreateInfo createInfo, AllocationCallbacks allocator, Surface surface ) : System.Result |
|
|
vkDebugReportMessageEXT ( Instance instance, uint flags, DebugReportObjectType objectType, ulong @object, PointerSize location, int messageCode, byte layerPrefix, byte message ) : void |
|
|
vkDestroyDebugReportCallbackEXT ( Instance instance, DebugReportCallback callback, AllocationCallbacks allocator ) : void |
|
|
vkDestroyInstance ( Instance instance, AllocationCallbacks allocator ) : void |
|
|
vkDestroySurfaceKHR ( Instance instance, Surface surface, AllocationCallbacks allocator ) : void |
|
|
vkEnumeratePhysicalDevices ( Instance instance, uint physicalDeviceCount, PhysicalDevice physicalDevices ) : System.Result |
|
|
vkGetInstanceProcAddr ( Instance instance, byte name ) : IntPtr |
|
|