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