Esempio n. 1
0
 internal static unsafe extern void vkDestroyFence(IntPtr device, UInt64 fence, AllocationCallbacks *pAllocator);
Esempio n. 2
0
 internal static unsafe extern Result vkCreateCommandPool(IntPtr device, CommandPoolCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pCommandPool);
Esempio n. 3
0
 internal static unsafe extern Result vkCreateDisplayModeKHR(IntPtr physicalDevice, UInt64 display, DisplayModeCreateInfoKhr *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pMode);
Esempio n. 4
0
 internal static unsafe extern Result vkCreateFramebuffer(IntPtr device, FramebufferCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pFramebuffer);
Esempio n. 5
0
 internal static unsafe extern Result vkCreateRenderPass(IntPtr device, RenderPassCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pRenderPass);
Esempio n. 6
0
 internal static unsafe extern void vkDestroySampler(IntPtr device, UInt64 sampler, AllocationCallbacks *pAllocator);
Esempio n. 7
0
 internal static unsafe extern Result vkCreateDescriptorPool(IntPtr device, DescriptorPoolCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pDescriptorPool);
Esempio n. 8
0
 internal static unsafe extern void vkDestroyBufferView(IntPtr device, UInt64 bufferView, AllocationCallbacks *pAllocator);
Esempio n. 9
0
 internal static unsafe extern Result vkCreateImageView(IntPtr device, ImageViewCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pView);
Esempio n. 10
0
 internal static unsafe extern void vkDestroyEvent(IntPtr device, UInt64 @event, AllocationCallbacks *pAllocator);
Esempio n. 11
0
 internal static unsafe extern void vkDestroyQueryPool(IntPtr device, UInt64 queryPool, AllocationCallbacks *pAllocator);
Esempio n. 12
0
 internal static unsafe extern Result vkCreateEvent(IntPtr device, EventCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pEvent);
Esempio n. 13
0
 internal static unsafe extern void vkDestroySemaphore(IntPtr device, UInt64 semaphore, AllocationCallbacks *pAllocator);
Esempio n. 14
0
 internal static unsafe extern Result vkCreateSemaphore(IntPtr device, SemaphoreCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pSemaphore);
Esempio n. 15
0
 internal static unsafe extern void vkDestroyInstance(IntPtr instance, AllocationCallbacks *pAllocator);
Esempio n. 16
0
 internal static unsafe extern void vkDestroyImageView(IntPtr device, UInt64 imageView, AllocationCallbacks *pAllocator);
Esempio n. 17
0
 internal static unsafe extern Result vkCreateSampler(IntPtr device, SamplerCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pSampler);
Esempio n. 18
0
 internal static unsafe extern Result vkCreateShaderModule(IntPtr device, ShaderModuleCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pShaderModule);
Esempio n. 19
0
 internal static unsafe extern Result vkCreateDescriptorSetLayout(IntPtr device, DescriptorSetLayoutCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pSetLayout);
Esempio n. 20
0
 internal static unsafe extern Result vkCreateInstance(InstanceCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, IntPtr *pInstance);
Esempio n. 21
0
 internal static unsafe extern void vkDestroyDescriptorPool(IntPtr device, UInt64 descriptorPool, AllocationCallbacks *pAllocator);
Esempio n. 22
0
 internal static unsafe extern void vkDestroyShaderModule(IntPtr device, UInt64 shaderModule, AllocationCallbacks *pAllocator);
Esempio n. 23
0
 internal static unsafe extern void vkDestroyFramebuffer(IntPtr device, UInt64 framebuffer, AllocationCallbacks *pAllocator);
Esempio n. 24
0
 internal static unsafe extern Result vkCreateComputePipelines(IntPtr device, UInt64 pipelineCache, UInt32 createInfoCount, ComputePipelineCreateInfo *pCreateInfos, AllocationCallbacks *pAllocator, UInt64 *pPipelines);
Esempio n. 25
0
 internal static unsafe extern void vkDestroyRenderPass(IntPtr device, UInt64 renderPass, AllocationCallbacks *pAllocator);
Esempio n. 26
0
 internal static unsafe extern Result vkCreatePipelineLayout(IntPtr device, PipelineLayoutCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pPipelineLayout);
Esempio n. 27
0
 internal static unsafe extern void vkDestroyCommandPool(IntPtr device, UInt64 commandPool, AllocationCallbacks *pAllocator);
Esempio n. 28
0
 internal static unsafe extern void vkDestroyPipelineLayout(IntPtr device, UInt64 pipelineLayout, AllocationCallbacks *pAllocator);
Esempio n. 29
0
 internal static unsafe extern Result vkCreateDisplayPlaneSurfaceKHR(IntPtr instance, DisplaySurfaceCreateInfoKhr *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pSurface);
Esempio n. 30
0
 internal static unsafe extern Result vkCreateFence(IntPtr device, FenceCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pFence);