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