derelict.vulkan.vk

Undocumented in source.

Members

Aliases

PFN_vkAcquireNextImageKHR
alias PFN_vkAcquireNextImageKHR = VkResult function(VkDevice device, VkSwapchainKHR swapchain, ulong timeout, VkSemaphore semaphore, VkFence fence, uint* pImageIndex)
Undocumented in source.
PFN_vkAllocateCommandBuffers
alias PFN_vkAllocateCommandBuffers = VkResult function(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers)
Undocumented in source.
PFN_vkAllocateDescriptorSets
alias PFN_vkAllocateDescriptorSets = VkResult function(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets)
Undocumented in source.
PFN_vkAllocateMemory
alias PFN_vkAllocateMemory = VkResult function(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory)
Undocumented in source.
PFN_vkAllocationFunction
alias PFN_vkAllocationFunction = void* function(void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
Undocumented in source.
PFN_vkBeginCommandBuffer
alias PFN_vkBeginCommandBuffer = VkResult function(VkCommandBuffer commandBuffer, const VkCommandBufferBeginInfo* pBeginInfo)
Undocumented in source.
PFN_vkBindBufferMemory
alias PFN_vkBindBufferMemory = VkResult function(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset)
Undocumented in source.
PFN_vkBindImageMemory
alias PFN_vkBindImageMemory = VkResult function(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset)
Undocumented in source.
PFN_vkCmdBeginQuery
alias PFN_vkCmdBeginQuery = void function(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint query, VkQueryControlFlags flags)
Undocumented in source.
PFN_vkCmdBeginRenderPass
alias PFN_vkCmdBeginRenderPass = void function(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents)
Undocumented in source.
PFN_vkCmdBindDescriptorSets
alias PFN_vkCmdBindDescriptorSets = void function(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint firstSet, uint descriptorSetCount, const VkDescriptorSet* pDescriptorSets, uint dynamicOffsetCount, const uint* pDynamicOffsets)
Undocumented in source.
PFN_vkCmdBindIndexBuffer
alias PFN_vkCmdBindIndexBuffer = void function(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType)
Undocumented in source.
PFN_vkCmdBindPipeline
alias PFN_vkCmdBindPipeline = void function(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline)
Undocumented in source.
PFN_vkCmdBindVertexBuffers
alias PFN_vkCmdBindVertexBuffers = void function(VkCommandBuffer commandBuffer, uint firstBinding, uint bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets)
Undocumented in source.
PFN_vkCmdBlitImage
alias PFN_vkCmdBlitImage = void function(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint regionCount, const VkImageBlit* pRegions, VkFilter filter)
Undocumented in source.
PFN_vkCmdClearAttachments
alias PFN_vkCmdClearAttachments = void function(VkCommandBuffer commandBuffer, uint attachmentCount, const VkClearAttachment* pAttachments, uint rectCount, const VkClearRect* pRects)
Undocumented in source.
PFN_vkCmdClearColorImage
alias PFN_vkCmdClearColorImage = void function(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint rangeCount, const VkImageSubresourceRange* pRanges)
Undocumented in source.
PFN_vkCmdClearDepthStencilImage
alias PFN_vkCmdClearDepthStencilImage = void function(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint rangeCount, const VkImageSubresourceRange* pRanges)
Undocumented in source.
PFN_vkCmdCopyBuffer
alias PFN_vkCmdCopyBuffer = void function(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, uint regionCount, const VkBufferCopy* pRegions)
Undocumented in source.
PFN_vkCmdCopyBufferToImage
alias PFN_vkCmdCopyBufferToImage = void function(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint regionCount, const VkBufferImageCopy* pRegions)
Undocumented in source.
PFN_vkCmdCopyImage
alias PFN_vkCmdCopyImage = void function(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint regionCount, const VkImageCopy* pRegions)
Undocumented in source.
PFN_vkCmdCopyImageToBuffer
alias PFN_vkCmdCopyImageToBuffer = void function(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint regionCount, const VkBufferImageCopy* pRegions)
Undocumented in source.
PFN_vkCmdCopyQueryPoolResults
alias PFN_vkCmdCopyQueryPoolResults = void function(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint firstQuery, uint queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags)
Undocumented in source.
PFN_vkCmdDispatch
alias PFN_vkCmdDispatch = void function(VkCommandBuffer commandBuffer, uint x, uint y, uint z)
Undocumented in source.
PFN_vkCmdDispatchIndirect
alias PFN_vkCmdDispatchIndirect = void function(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset)
Undocumented in source.
PFN_vkCmdDraw
alias PFN_vkCmdDraw = void function(VkCommandBuffer commandBuffer, uint vertexCount, uint instanceCount, uint firstVertex, uint firstInstance)
Undocumented in source.
PFN_vkCmdDrawIndexed
alias PFN_vkCmdDrawIndexed = void function(VkCommandBuffer commandBuffer, uint indexCount, uint instanceCount, uint firstIndex, int vertexOffset, uint firstInstance)
Undocumented in source.
PFN_vkCmdDrawIndexedIndirect
alias PFN_vkCmdDrawIndexedIndirect = void function(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint drawCount, uint stride)
Undocumented in source.
PFN_vkCmdDrawIndirect
alias PFN_vkCmdDrawIndirect = void function(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint drawCount, uint stride)
Undocumented in source.
PFN_vkCmdEndQuery
alias PFN_vkCmdEndQuery = void function(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint query)
Undocumented in source.
PFN_vkCmdEndRenderPass
alias PFN_vkCmdEndRenderPass = void function(VkCommandBuffer commandBuffer)
Undocumented in source.
PFN_vkCmdExecuteCommands
alias PFN_vkCmdExecuteCommands = void function(VkCommandBuffer commandBuffer, uint commandBufferCount, const VkCommandBuffer* pCommandBuffers)
Undocumented in source.
PFN_vkCmdFillBuffer
alias PFN_vkCmdFillBuffer = void function(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint data)
Undocumented in source.
PFN_vkCmdNextSubpass
alias PFN_vkCmdNextSubpass = void function(VkCommandBuffer commandBuffer, VkSubpassContents contents)
Undocumented in source.
PFN_vkCmdPipelineBarrier
alias PFN_vkCmdPipelineBarrier = void function(VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkDependencyFlags dependencyFlags, uint memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, uint bufferMemoryBarrierCount, const VkBufferMemoryBarrier* pBufferMemoryBarriers, uint imageMemoryBarrierCount, const VkImageMemoryBarrier* pImageMemoryBarriers)
Undocumented in source.
PFN_vkCmdPushConstants
alias PFN_vkCmdPushConstants = void function(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint offset, uint size, const void* pValues)
Undocumented in source.
PFN_vkCmdResetEvent
alias PFN_vkCmdResetEvent = void function(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask)
Undocumented in source.
PFN_vkCmdResetQueryPool
alias PFN_vkCmdResetQueryPool = void function(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint firstQuery, uint queryCount)
Undocumented in source.
PFN_vkCmdResolveImage
alias PFN_vkCmdResolveImage = void function(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint regionCount, const VkImageResolve* pRegions)
Undocumented in source.
PFN_vkCmdSetBlendConstants
alias PFN_vkCmdSetBlendConstants = void function(VkCommandBuffer commandBuffer, const float[4] blendConstants)
Undocumented in source.
PFN_vkCmdSetDepthBias
alias PFN_vkCmdSetDepthBias = void function(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor)
Undocumented in source.
PFN_vkCmdSetDepthBounds
alias PFN_vkCmdSetDepthBounds = void function(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds)
Undocumented in source.
PFN_vkCmdSetEvent
alias PFN_vkCmdSetEvent = void function(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask)
Undocumented in source.
PFN_vkCmdSetLineWidth
alias PFN_vkCmdSetLineWidth = void function(VkCommandBuffer commandBuffer, float lineWidth)
Undocumented in source.
PFN_vkCmdSetScissor
alias PFN_vkCmdSetScissor = void function(VkCommandBuffer commandBuffer, uint firstScissor, uint scissorCount, const VkRect2D* pScissors)
Undocumented in source.
PFN_vkCmdSetStencilCompareMask
alias PFN_vkCmdSetStencilCompareMask = void function(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint compareMask)
Undocumented in source.
PFN_vkCmdSetStencilReference
alias PFN_vkCmdSetStencilReference = void function(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint reference)
Undocumented in source.
PFN_vkCmdSetStencilWriteMask
alias PFN_vkCmdSetStencilWriteMask = void function(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint writeMask)
Undocumented in source.
PFN_vkCmdSetViewport
alias PFN_vkCmdSetViewport = void function(VkCommandBuffer commandBuffer, uint firstViewport, uint viewportCount, const VkViewport* pViewports)
Undocumented in source.
PFN_vkCmdUpdateBuffer
alias PFN_vkCmdUpdateBuffer = void function(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const uint* pData)
Undocumented in source.
PFN_vkCmdWaitEvents
alias PFN_vkCmdWaitEvents = void function(VkCommandBuffer commandBuffer, uint eventCount, const VkEvent* pEvents, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, uint memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, uint bufferMemoryBarrierCount, const VkBufferMemoryBarrier* pBufferMemoryBarriers, uint imageMemoryBarrierCount, const VkImageMemoryBarrier* pImageMemoryBarriers)
Undocumented in source.
PFN_vkCmdWriteTimestamp
alias PFN_vkCmdWriteTimestamp = void function(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint query)
Undocumented in source.
PFN_vkCreateAndroidSurfaceKHR
alias PFN_vkCreateAndroidSurfaceKHR = VkResult function(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source.
PFN_vkCreateBuffer
alias PFN_vkCreateBuffer = VkResult function(VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer)
Undocumented in source.
PFN_vkCreateBufferView
alias PFN_vkCreateBufferView = VkResult function(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView)
Undocumented in source.
PFN_vkCreateCommandPool
alias PFN_vkCreateCommandPool = VkResult function(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool)
Undocumented in source.
PFN_vkCreateComputePipelines
alias PFN_vkCreateComputePipelines = VkResult function(VkDevice device, VkPipelineCache pipelineCache, uint createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines)
Undocumented in source.
PFN_vkCreateDebugReportCallbackEXT
alias PFN_vkCreateDebugReportCallbackEXT = VkResult function(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback)
Undocumented in source.
PFN_vkCreateDescriptorPool
alias PFN_vkCreateDescriptorPool = VkResult function(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool)
Undocumented in source.
PFN_vkCreateDescriptorSetLayout
alias PFN_vkCreateDescriptorSetLayout = VkResult function(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout)
Undocumented in source.
PFN_vkCreateDevice
alias PFN_vkCreateDevice = VkResult function(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice)
Undocumented in source.
PFN_vkCreateDisplayModeKHR
alias PFN_vkCreateDisplayModeKHR = VkResult function(VkPhysicalDevice physicalDevice, VkDisplayKHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDisplayModeKHR* pMode)
Undocumented in source.
PFN_vkCreateDisplayPlaneSurfaceKHR
alias PFN_vkCreateDisplayPlaneSurfaceKHR = VkResult function(VkInstance instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source.
PFN_vkCreateEvent
alias PFN_vkCreateEvent = VkResult function(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent)
Undocumented in source.
PFN_vkCreateFence
alias PFN_vkCreateFence = VkResult function(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence)
Undocumented in source.
PFN_vkCreateFramebuffer
alias PFN_vkCreateFramebuffer = VkResult function(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer)
Undocumented in source.
PFN_vkCreateGraphicsPipelines
alias PFN_vkCreateGraphicsPipelines = VkResult function(VkDevice device, VkPipelineCache pipelineCache, uint createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines)
Undocumented in source.
PFN_vkCreateImage
alias PFN_vkCreateImage = VkResult function(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage)
Undocumented in source.
PFN_vkCreateImageView
alias PFN_vkCreateImageView = VkResult function(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView)
Undocumented in source.
PFN_vkCreateInstance
alias PFN_vkCreateInstance = VkResult function(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance)
Undocumented in source.
PFN_vkCreateMirSurfaceKHR
alias PFN_vkCreateMirSurfaceKHR = VkResult function(VkInstance instance, const VkMirSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source.
PFN_vkCreatePipelineCache
alias PFN_vkCreatePipelineCache = VkResult function(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache)
Undocumented in source.
PFN_vkCreatePipelineLayout
alias PFN_vkCreatePipelineLayout = VkResult function(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout)
Undocumented in source.
PFN_vkCreateQueryPool
alias PFN_vkCreateQueryPool = VkResult function(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool)
Undocumented in source.
PFN_vkCreateRenderPass
alias PFN_vkCreateRenderPass = VkResult function(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass)
Undocumented in source.
PFN_vkCreateSampler
alias PFN_vkCreateSampler = VkResult function(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler)
Undocumented in source.
PFN_vkCreateSemaphore
alias PFN_vkCreateSemaphore = VkResult function(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore)
Undocumented in source.
PFN_vkCreateShaderModule
alias PFN_vkCreateShaderModule = VkResult function(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule)
Undocumented in source.
PFN_vkCreateSharedSwapchainsKHR
alias PFN_vkCreateSharedSwapchainsKHR = VkResult function(VkDevice device, uint swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains)
Undocumented in source.
PFN_vkCreateSwapchainKHR
alias PFN_vkCreateSwapchainKHR = VkResult function(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain)
Undocumented in source.
PFN_vkCreateWaylandSurfaceKHR
alias PFN_vkCreateWaylandSurfaceKHR = VkResult function(VkInstance instance, const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source.
PFN_vkCreateWin32SurfaceKHR
alias PFN_vkCreateWin32SurfaceKHR = VkResult function(VkInstance instance, const VkWin32SurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source.
PFN_vkCreateXcbSurfaceKHR
alias PFN_vkCreateXcbSurfaceKHR = VkResult function(VkInstance instance, const VkXcbSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source.
PFN_vkCreateXlibSurfaceKHR
alias PFN_vkCreateXlibSurfaceKHR = VkResult function(VkInstance instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source.
PFN_vkDebugReportCallbackEXT
alias PFN_vkDebugReportCallbackEXT = VkBool32 function(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, ulong object, size_t location, int messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData)
Undocumented in source.
PFN_vkDebugReportMessageEXT
alias PFN_vkDebugReportMessageEXT = void function(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, ulong object, size_t location, int messageCode, const char* pLayerPrefix, const char* pMessage)
Undocumented in source.
PFN_vkDestroyBuffer
alias PFN_vkDestroyBuffer = void function(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyBufferView
alias PFN_vkDestroyBufferView = void function(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyCommandPool
alias PFN_vkDestroyCommandPool = void function(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyDebugReportCallbackEXT
alias PFN_vkDestroyDebugReportCallbackEXT = void function(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyDescriptorPool
alias PFN_vkDestroyDescriptorPool = void function(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyDescriptorSetLayout
alias PFN_vkDestroyDescriptorSetLayout = void function(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyDevice
alias PFN_vkDestroyDevice = void function(VkDevice device, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyEvent
alias PFN_vkDestroyEvent = void function(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyFence
alias PFN_vkDestroyFence = void function(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyFramebuffer
alias PFN_vkDestroyFramebuffer = void function(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyImage
alias PFN_vkDestroyImage = void function(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyImageView
alias PFN_vkDestroyImageView = void function(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyInstance
alias PFN_vkDestroyInstance = void function(VkInstance instance, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyPipeline
alias PFN_vkDestroyPipeline = void function(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyPipelineCache
alias PFN_vkDestroyPipelineCache = void function(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyPipelineLayout
alias PFN_vkDestroyPipelineLayout = void function(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyQueryPool
alias PFN_vkDestroyQueryPool = void function(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyRenderPass
alias PFN_vkDestroyRenderPass = void function(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroySampler
alias PFN_vkDestroySampler = void function(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroySemaphore
alias PFN_vkDestroySemaphore = void function(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroyShaderModule
alias PFN_vkDestroyShaderModule = void function(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroySurfaceKHR
alias PFN_vkDestroySurfaceKHR = void function(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDestroySwapchainKHR
alias PFN_vkDestroySwapchainKHR = void function(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkDeviceWaitIdle
alias PFN_vkDeviceWaitIdle = VkResult function(VkDevice device)
Undocumented in source.
PFN_vkEndCommandBuffer
alias PFN_vkEndCommandBuffer = VkResult function(VkCommandBuffer commandBuffer)
Undocumented in source.
PFN_vkEnumerateDeviceExtensionProperties
alias PFN_vkEnumerateDeviceExtensionProperties = VkResult function(VkPhysicalDevice physicalDevice, const char* pLayerName, uint* pPropertyCount, VkExtensionProperties* pProperties)
Undocumented in source.
PFN_vkEnumerateDeviceLayerProperties
alias PFN_vkEnumerateDeviceLayerProperties = VkResult function(VkPhysicalDevice physicalDevice, uint* pPropertyCount, VkLayerProperties* pProperties)
Undocumented in source.
PFN_vkEnumerateInstanceExtensionProperties
alias PFN_vkEnumerateInstanceExtensionProperties = VkResult function(const char* pLayerName, uint* pPropertyCount, VkExtensionProperties* pProperties)
Undocumented in source.
PFN_vkEnumerateInstanceLayerProperties
alias PFN_vkEnumerateInstanceLayerProperties = VkResult function(uint* pPropertyCount, VkLayerProperties* pProperties)
Undocumented in source.
PFN_vkEnumeratePhysicalDevices
alias PFN_vkEnumeratePhysicalDevices = VkResult function(VkInstance instance, uint* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices)
Undocumented in source.
PFN_vkFlushMappedMemoryRanges
alias PFN_vkFlushMappedMemoryRanges = VkResult function(VkDevice device, uint memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges)
Undocumented in source.
PFN_vkFreeCommandBuffers
alias PFN_vkFreeCommandBuffers = void function(VkDevice device, VkCommandPool commandPool, uint commandBufferCount, const VkCommandBuffer* pCommandBuffers)
Undocumented in source.
PFN_vkFreeDescriptorSets
alias PFN_vkFreeDescriptorSets = VkResult function(VkDevice device, VkDescriptorPool descriptorPool, uint descriptorSetCount, const VkDescriptorSet* pDescriptorSets)
Undocumented in source.
PFN_vkFreeFunction
alias PFN_vkFreeFunction = void function(void* pUserData, void* pMemory)
Undocumented in source.
PFN_vkFreeMemory
alias PFN_vkFreeMemory = void function(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator)
Undocumented in source.
PFN_vkGetBufferMemoryRequirements
alias PFN_vkGetBufferMemoryRequirements = void function(VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMemoryRequirements)
Undocumented in source.
PFN_vkGetDeviceMemoryCommitment
alias PFN_vkGetDeviceMemoryCommitment = void function(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes)
Undocumented in source.
PFN_vkGetDeviceProcAddr
alias PFN_vkGetDeviceProcAddr = PFN_vkVoidFunction function(VkDevice device, const char* pName)
Undocumented in source.
PFN_vkGetDeviceQueue
alias PFN_vkGetDeviceQueue = void function(VkDevice device, uint queueFamilyIndex, uint queueIndex, VkQueue* pQueue)
Undocumented in source.
PFN_vkGetDisplayModePropertiesKHR
alias PFN_vkGetDisplayModePropertiesKHR = VkResult function(VkPhysicalDevice physicalDevice, VkDisplayKHR display, uint* pPropertyCount, VkDisplayModePropertiesKHR* pProperties)
Undocumented in source.
PFN_vkGetDisplayPlaneCapabilitiesKHR
alias PFN_vkGetDisplayPlaneCapabilitiesKHR = VkResult function(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint planeIndex, VkDisplayPlaneCapabilitiesKHR* pCapabilities)
Undocumented in source.
PFN_vkGetDisplayPlaneSupportedDisplaysKHR
alias PFN_vkGetDisplayPlaneSupportedDisplaysKHR = VkResult function(VkPhysicalDevice physicalDevice, uint planeIndex, uint* pDisplayCount, VkDisplayKHR* pDisplays)
Undocumented in source.
PFN_vkGetEventStatus
alias PFN_vkGetEventStatus = VkResult function(VkDevice device, VkEvent event)
Undocumented in source.
PFN_vkGetFenceStatus
alias PFN_vkGetFenceStatus = VkResult function(VkDevice device, VkFence fence)
Undocumented in source.
PFN_vkGetImageMemoryRequirements
alias PFN_vkGetImageMemoryRequirements = void function(VkDevice device, VkImage image, VkMemoryRequirements* pMemoryRequirements)
Undocumented in source.
PFN_vkGetImageSparseMemoryRequirements
alias PFN_vkGetImageSparseMemoryRequirements = void function(VkDevice device, VkImage image, uint* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements* pSparseMemoryRequirements)
Undocumented in source.
PFN_vkGetImageSubresourceLayout
alias PFN_vkGetImageSubresourceLayout = void function(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout)
Undocumented in source.
PFN_vkGetInstanceProcAddr
alias PFN_vkGetInstanceProcAddr = PFN_vkVoidFunction function(VkInstance instance, const char* pName)
Undocumented in source.
PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR
alias PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR = VkResult function(VkPhysicalDevice physicalDevice, uint* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties)
Undocumented in source.
PFN_vkGetPhysicalDeviceDisplayPropertiesKHR
alias PFN_vkGetPhysicalDeviceDisplayPropertiesKHR = VkResult function(VkPhysicalDevice physicalDevice, uint* pPropertyCount, VkDisplayPropertiesKHR* pProperties)
Undocumented in source.
PFN_vkGetPhysicalDeviceFeatures
alias PFN_vkGetPhysicalDeviceFeatures = void function(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures)
Undocumented in source.
PFN_vkGetPhysicalDeviceFormatProperties
alias PFN_vkGetPhysicalDeviceFormatProperties = void function(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties)
Undocumented in source.
PFN_vkGetPhysicalDeviceImageFormatProperties
alias PFN_vkGetPhysicalDeviceImageFormatProperties = VkResult function(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties)
Undocumented in source.
PFN_vkGetPhysicalDeviceMemoryProperties
alias PFN_vkGetPhysicalDeviceMemoryProperties = void function(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties)
Undocumented in source.
PFN_vkGetPhysicalDeviceMirPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceMirPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, MirConnection* connection)
Undocumented in source.
PFN_vkGetPhysicalDeviceProperties
alias PFN_vkGetPhysicalDeviceProperties = void function(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties)
Undocumented in source.
PFN_vkGetPhysicalDeviceQueueFamilyProperties
alias PFN_vkGetPhysicalDeviceQueueFamilyProperties = void function(VkPhysicalDevice physicalDevice, uint* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties)
Undocumented in source.
PFN_vkGetPhysicalDeviceSparseImageFormatProperties
alias PFN_vkGetPhysicalDeviceSparseImageFormatProperties = void function(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint* pPropertyCount, VkSparseImageFormatProperties* pProperties)
Undocumented in source.
PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR
alias PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR = VkResult function(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR* pSurfaceCapabilities)
Undocumented in source.
PFN_vkGetPhysicalDeviceSurfaceFormatsKHR
alias PFN_vkGetPhysicalDeviceSurfaceFormatsKHR = VkResult function(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats)
Undocumented in source.
PFN_vkGetPhysicalDeviceSurfacePresentModesKHR
alias PFN_vkGetPhysicalDeviceSurfacePresentModesKHR = VkResult function(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint* pPresentModeCount, VkPresentModeKHR* pPresentModes)
Undocumented in source.
PFN_vkGetPhysicalDeviceSurfaceSupportKHR
alias PFN_vkGetPhysicalDeviceSurfaceSupportKHR = VkResult function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported)
Undocumented in source.
PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, wl_display* display)
Undocumented in source.
PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR
alias PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex)
Undocumented in source.
PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id)
Undocumented in source.
PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR = VkBool32 function(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, Display* dpy, VisualID visualID)
Undocumented in source.
PFN_vkGetPipelineCacheData
alias PFN_vkGetPipelineCacheData = VkResult function(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData)
Undocumented in source.
PFN_vkGetQueryPoolResults
alias PFN_vkGetQueryPoolResults = VkResult function(VkDevice device, VkQueryPool queryPool, uint firstQuery, uint queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags)
Undocumented in source.
PFN_vkGetRenderAreaGranularity
alias PFN_vkGetRenderAreaGranularity = void function(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity)
Undocumented in source.
PFN_vkGetSwapchainImagesKHR
alias PFN_vkGetSwapchainImagesKHR = VkResult function(VkDevice device, VkSwapchainKHR swapchain, uint* pSwapchainImageCount, VkImage* pSwapchainImages)
Undocumented in source.
PFN_vkInternalAllocationNotification
alias PFN_vkInternalAllocationNotification = void function(void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
Undocumented in source.
PFN_vkInternalFreeNotification
alias PFN_vkInternalFreeNotification = void function(void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
Undocumented in source.
PFN_vkInvalidateMappedMemoryRanges
alias PFN_vkInvalidateMappedMemoryRanges = VkResult function(VkDevice device, uint memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges)
Undocumented in source.
PFN_vkMapMemory
alias PFN_vkMapMemory = VkResult function(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData)
Undocumented in source.
PFN_vkMergePipelineCaches
alias PFN_vkMergePipelineCaches = VkResult function(VkDevice device, VkPipelineCache dstCache, uint srcCacheCount, const VkPipelineCache* pSrcCaches)
Undocumented in source.
PFN_vkQueueBindSparse
alias PFN_vkQueueBindSparse = VkResult function(VkQueue queue, uint bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence)
Undocumented in source.
PFN_vkQueuePresentKHR
alias PFN_vkQueuePresentKHR = VkResult function(VkQueue queue, const VkPresentInfoKHR* pPresentInfo)
Undocumented in source.
PFN_vkQueueSubmit
alias PFN_vkQueueSubmit = VkResult function(VkQueue queue, uint submitCount, const VkSubmitInfo* pSubmits, VkFence fence)
Undocumented in source.
PFN_vkQueueWaitIdle
alias PFN_vkQueueWaitIdle = VkResult function(VkQueue queue)
Undocumented in source.
PFN_vkReallocationFunction
alias PFN_vkReallocationFunction = void* function(void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
Undocumented in source.
PFN_vkResetCommandBuffer
alias PFN_vkResetCommandBuffer = VkResult function(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags)
Undocumented in source.
PFN_vkResetCommandPool
alias PFN_vkResetCommandPool = VkResult function(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags)
Undocumented in source.
PFN_vkResetDescriptorPool
alias PFN_vkResetDescriptorPool = VkResult function(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags)
Undocumented in source.
PFN_vkResetEvent
alias PFN_vkResetEvent = VkResult function(VkDevice device, VkEvent event)
Undocumented in source.
PFN_vkResetFences
alias PFN_vkResetFences = VkResult function(VkDevice device, uint fenceCount, const VkFence* pFences)
Undocumented in source.
PFN_vkSetEvent
alias PFN_vkSetEvent = VkResult function(VkDevice device, VkEvent event)
Undocumented in source.
PFN_vkUnmapMemory
alias PFN_vkUnmapMemory = void function(VkDevice device, VkDeviceMemory memory)
Undocumented in source.
PFN_vkUpdateDescriptorSets
alias PFN_vkUpdateDescriptorSets = void function(VkDevice device, uint descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies)
Undocumented in source.
PFN_vkVoidFunction
alias PFN_vkVoidFunction = void function()
Undocumented in source.
PFN_vkWaitForFences
alias PFN_vkWaitForFences = VkResult function(VkDevice device, uint fenceCount, const VkFence* pFences, VkBool32 waitAll, ulong timeout)
Undocumented in source.
VkAccessFlags
alias VkAccessFlags = VkFlags
Undocumented in source.
VkAndroidSurfaceCreateFlagsKHR
alias VkAndroidSurfaceCreateFlagsKHR = VkFlags
Undocumented in source.
VkAttachmentDescriptionFlags
alias VkAttachmentDescriptionFlags = VkFlags
Undocumented in source.
VkBool32
alias VkBool32 = uint
Undocumented in source.
VkBufferCreateFlags
alias VkBufferCreateFlags = VkFlags
Undocumented in source.
VkBufferUsageFlags
alias VkBufferUsageFlags = VkFlags
Undocumented in source.
VkBufferViewCreateFlags
alias VkBufferViewCreateFlags = VkFlags
Undocumented in source.
VkColorComponentFlags
alias VkColorComponentFlags = VkFlags
Undocumented in source.
VkCommandBufferResetFlags
alias VkCommandBufferResetFlags = VkFlags
Undocumented in source.
VkCommandBufferUsageFlags
alias VkCommandBufferUsageFlags = VkFlags
Undocumented in source.
VkCommandPoolCreateFlags
alias VkCommandPoolCreateFlags = VkFlags
Undocumented in source.
VkCommandPoolResetFlags
alias VkCommandPoolResetFlags = VkFlags
Undocumented in source.
VkCompositeAlphaFlagsKHR
alias VkCompositeAlphaFlagsKHR = VkFlags
Undocumented in source.
VkCullModeFlags
alias VkCullModeFlags = VkFlags
Undocumented in source.
VkDebugReportFlagsEXT
alias VkDebugReportFlagsEXT = VkFlags
Undocumented in source.
VkDependencyFlags
alias VkDependencyFlags = VkFlags
Undocumented in source.
VkDescriptorPoolCreateFlags
alias VkDescriptorPoolCreateFlags = VkFlags
Undocumented in source.
VkDescriptorPoolResetFlags
alias VkDescriptorPoolResetFlags = VkFlags
Undocumented in source.
VkDescriptorSetLayoutCreateFlags
alias VkDescriptorSetLayoutCreateFlags = VkFlags
Undocumented in source.
VkDeviceCreateFlags
alias VkDeviceCreateFlags = VkFlags
Undocumented in source.
VkDeviceQueueCreateFlags
alias VkDeviceQueueCreateFlags = VkFlags
Undocumented in source.
VkDeviceSize
alias VkDeviceSize = ulong
Undocumented in source.
VkDisplayModeCreateFlagsKHR
alias VkDisplayModeCreateFlagsKHR = VkFlags
Undocumented in source.
VkDisplayPlaneAlphaFlagsKHR
alias VkDisplayPlaneAlphaFlagsKHR = VkFlags
Undocumented in source.
VkDisplaySurfaceCreateFlagsKHR
alias VkDisplaySurfaceCreateFlagsKHR = VkFlags
Undocumented in source.
VkEventCreateFlags
alias VkEventCreateFlags = VkFlags
Undocumented in source.
VkFenceCreateFlags
alias VkFenceCreateFlags = VkFlags
Undocumented in source.
VkFlags
alias VkFlags = uint
Undocumented in source.
VkFormatFeatureFlags
alias VkFormatFeatureFlags = VkFlags
Undocumented in source.
VkFramebufferCreateFlags
alias VkFramebufferCreateFlags = VkFlags
Undocumented in source.
VkImageAspectFlags
alias VkImageAspectFlags = VkFlags
Undocumented in source.
VkImageCreateFlags
alias VkImageCreateFlags = VkFlags
Undocumented in source.
VkImageUsageFlags
alias VkImageUsageFlags = VkFlags
Undocumented in source.
VkImageViewCreateFlags
alias VkImageViewCreateFlags = VkFlags
Undocumented in source.
VkInstanceCreateFlags
alias VkInstanceCreateFlags = VkFlags
Undocumented in source.
VkMemoryHeapFlags
alias VkMemoryHeapFlags = VkFlags
Undocumented in source.
VkMemoryMapFlags
alias VkMemoryMapFlags = VkFlags
Undocumented in source.
VkMemoryPropertyFlags
alias VkMemoryPropertyFlags = VkFlags
Undocumented in source.
VkMirSurfaceCreateFlagsKHR
alias VkMirSurfaceCreateFlagsKHR = VkFlags
Undocumented in source.
VkPipelineCacheCreateFlags
alias VkPipelineCacheCreateFlags = VkFlags
Undocumented in source.
VkPipelineColorBlendStateCreateFlags
alias VkPipelineColorBlendStateCreateFlags = VkFlags
Undocumented in source.
VkPipelineCreateFlags
alias VkPipelineCreateFlags = VkFlags
Undocumented in source.
VkPipelineDepthStencilStateCreateFlags
alias VkPipelineDepthStencilStateCreateFlags = VkFlags
Undocumented in source.
VkPipelineDynamicStateCreateFlags
alias VkPipelineDynamicStateCreateFlags = VkFlags
Undocumented in source.
VkPipelineInputAssemblyStateCreateFlags
alias VkPipelineInputAssemblyStateCreateFlags = VkFlags
Undocumented in source.
VkPipelineLayoutCreateFlags
alias VkPipelineLayoutCreateFlags = VkFlags
Undocumented in source.
VkPipelineMultisampleStateCreateFlags
alias VkPipelineMultisampleStateCreateFlags = VkFlags
Undocumented in source.
VkPipelineRasterizationStateCreateFlags
alias VkPipelineRasterizationStateCreateFlags = VkFlags
Undocumented in source.
VkPipelineShaderStageCreateFlags
alias VkPipelineShaderStageCreateFlags = VkFlags
Undocumented in source.
VkPipelineStageFlags
alias VkPipelineStageFlags = VkFlags
Undocumented in source.
VkPipelineTessellationStateCreateFlags
alias VkPipelineTessellationStateCreateFlags = VkFlags
Undocumented in source.
VkPipelineVertexInputStateCreateFlags
alias VkPipelineVertexInputStateCreateFlags = VkFlags
Undocumented in source.
VkPipelineViewportStateCreateFlags
alias VkPipelineViewportStateCreateFlags = VkFlags
Undocumented in source.
VkQueryControlFlags
alias VkQueryControlFlags = VkFlags
Undocumented in source.
VkQueryPipelineStatisticFlags
alias VkQueryPipelineStatisticFlags = VkFlags
Undocumented in source.
VkQueryPoolCreateFlags
alias VkQueryPoolCreateFlags = VkFlags
Undocumented in source.
VkQueryResultFlags
alias VkQueryResultFlags = VkFlags
Undocumented in source.
VkQueueFlags
alias VkQueueFlags = VkFlags
Undocumented in source.
VkRenderPassCreateFlags
alias VkRenderPassCreateFlags = VkFlags
Undocumented in source.
VkSampleCountFlags
alias VkSampleCountFlags = VkFlags
Undocumented in source.
VkSampleMask
alias VkSampleMask = uint
Undocumented in source.
VkSamplerCreateFlags
alias VkSamplerCreateFlags = VkFlags
Undocumented in source.
VkSemaphoreCreateFlags
alias VkSemaphoreCreateFlags = VkFlags
Undocumented in source.
VkShaderModuleCreateFlags
alias VkShaderModuleCreateFlags = VkFlags
Undocumented in source.
VkShaderStageFlags
alias VkShaderStageFlags = VkFlags
Undocumented in source.
VkSparseImageFormatFlags
alias VkSparseImageFormatFlags = VkFlags
Undocumented in source.
VkSparseMemoryBindFlags
alias VkSparseMemoryBindFlags = VkFlags
Undocumented in source.
VkStencilFaceFlags
alias VkStencilFaceFlags = VkFlags
Undocumented in source.
VkSubpassDescriptionFlags
alias VkSubpassDescriptionFlags = VkFlags
Undocumented in source.
VkSurfaceTransformFlagsKHR
alias VkSurfaceTransformFlagsKHR = VkFlags
Undocumented in source.
VkSwapchainCreateFlagsKHR
alias VkSwapchainCreateFlagsKHR = VkFlags
Undocumented in source.
VkWaylandSurfaceCreateFlagsKHR
alias VkWaylandSurfaceCreateFlagsKHR = VkFlags
Undocumented in source.
VkWin32SurfaceCreateFlagsKHR
alias VkWin32SurfaceCreateFlagsKHR = VkFlags
Undocumented in source.
VkXcbSurfaceCreateFlagsKHR
alias VkXcbSurfaceCreateFlagsKHR = VkFlags
Undocumented in source.
VkXlibSurfaceCreateFlagsKHR
alias VkXlibSurfaceCreateFlagsKHR = VkFlags
Undocumented in source.

Enums

VkAccessFlagBits
enum VkAccessFlagBits
Undocumented in source.
VkAttachmentDescriptionFlagBits
enum VkAttachmentDescriptionFlagBits
Undocumented in source.
VkAttachmentLoadOp
enum VkAttachmentLoadOp
Undocumented in source.
VkAttachmentStoreOp
enum VkAttachmentStoreOp
Undocumented in source.
VkBlendFactor
enum VkBlendFactor
Undocumented in source.
VkBlendOp
enum VkBlendOp
Undocumented in source.
VkBorderColor
enum VkBorderColor
Undocumented in source.
VkBufferCreateFlagBits
enum VkBufferCreateFlagBits
Undocumented in source.
VkBufferUsageFlagBits
enum VkBufferUsageFlagBits
Undocumented in source.
VkColorComponentFlagBits
enum VkColorComponentFlagBits
Undocumented in source.
VkColorSpaceKHR
enum VkColorSpaceKHR
Undocumented in source.
VkCommandBufferLevel
enum VkCommandBufferLevel
Undocumented in source.
VkCommandBufferResetFlagBits
enum VkCommandBufferResetFlagBits
Undocumented in source.
VkCommandBufferUsageFlagBits
enum VkCommandBufferUsageFlagBits
Undocumented in source.
VkCommandPoolCreateFlagBits
enum VkCommandPoolCreateFlagBits
Undocumented in source.
VkCommandPoolResetFlagBits
enum VkCommandPoolResetFlagBits
Undocumented in source.
VkCompareOp
enum VkCompareOp
Undocumented in source.
VkComponentSwizzle
enum VkComponentSwizzle
Undocumented in source.
VkCompositeAlphaFlagBitsKHR
enum VkCompositeAlphaFlagBitsKHR
Undocumented in source.
VkCullModeFlagBits
enum VkCullModeFlagBits
Undocumented in source.
VkDebugReportErrorEXT
enum VkDebugReportErrorEXT
Undocumented in source.
VkDebugReportFlagBitsEXT
enum VkDebugReportFlagBitsEXT
Undocumented in source.
VkDebugReportObjectTypeEXT
enum VkDebugReportObjectTypeEXT
Undocumented in source.
VkDependencyFlagBits
enum VkDependencyFlagBits
Undocumented in source.
VkDescriptorPoolCreateFlagBits
enum VkDescriptorPoolCreateFlagBits
Undocumented in source.
VkDescriptorType
enum VkDescriptorType
Undocumented in source.
VkDisplayPlaneAlphaFlagBitsKHR
enum VkDisplayPlaneAlphaFlagBitsKHR
Undocumented in source.
VkDynamicState
enum VkDynamicState
Undocumented in source.
VkFenceCreateFlagBits
enum VkFenceCreateFlagBits
Undocumented in source.
VkFilter
enum VkFilter
Undocumented in source.
VkFormat
enum VkFormat
Undocumented in source.
VkFormatFeatureFlagBits
enum VkFormatFeatureFlagBits
Undocumented in source.
VkFrontFace
enum VkFrontFace
Undocumented in source.
VkImageAspectFlagBits
enum VkImageAspectFlagBits
Undocumented in source.
VkImageCreateFlagBits
enum VkImageCreateFlagBits
Undocumented in source.
VkImageLayout
enum VkImageLayout
Undocumented in source.
VkImageTiling
enum VkImageTiling
Undocumented in source.
VkImageType
enum VkImageType
Undocumented in source.
VkImageUsageFlagBits
enum VkImageUsageFlagBits
Undocumented in source.
VkImageViewType
enum VkImageViewType
Undocumented in source.
VkIndexType
enum VkIndexType
Undocumented in source.
VkInternalAllocationType
enum VkInternalAllocationType
Undocumented in source.
VkLogicOp
enum VkLogicOp
Undocumented in source.
VkMemoryHeapFlagBits
enum VkMemoryHeapFlagBits
Undocumented in source.
VkMemoryPropertyFlagBits
enum VkMemoryPropertyFlagBits
Undocumented in source.
VkPhysicalDeviceType
enum VkPhysicalDeviceType
Undocumented in source.
VkPipelineBindPoint
enum VkPipelineBindPoint
Undocumented in source.
VkPipelineCacheHeaderVersion
enum VkPipelineCacheHeaderVersion
Undocumented in source.
VkPipelineCreateFlagBits
enum VkPipelineCreateFlagBits
Undocumented in source.
VkPipelineStageFlagBits
enum VkPipelineStageFlagBits
Undocumented in source.
VkPolygonMode
enum VkPolygonMode
Undocumented in source.
VkPresentModeKHR
enum VkPresentModeKHR
Undocumented in source.
VkPrimitiveTopology
enum VkPrimitiveTopology
Undocumented in source.
VkQueryControlFlagBits
enum VkQueryControlFlagBits
Undocumented in source.
VkQueryPipelineStatisticFlagBits
enum VkQueryPipelineStatisticFlagBits
Undocumented in source.
VkQueryResultFlagBits
enum VkQueryResultFlagBits
Undocumented in source.
VkQueryType
enum VkQueryType
Undocumented in source.
VkQueueFlagBits
enum VkQueueFlagBits
Undocumented in source.
VkResult
enum VkResult
Undocumented in source.
VkSampleCountFlagBits
enum VkSampleCountFlagBits
Undocumented in source.
VkSamplerAddressMode
enum VkSamplerAddressMode
Undocumented in source.
VkSamplerMipmapMode
enum VkSamplerMipmapMode
Undocumented in source.
VkShaderStageFlagBits
enum VkShaderStageFlagBits
Undocumented in source.
VkSharingMode
enum VkSharingMode
Undocumented in source.
VkSparseImageFormatFlagBits
enum VkSparseImageFormatFlagBits
Undocumented in source.
VkSparseMemoryBindFlagBits
enum VkSparseMemoryBindFlagBits
Undocumented in source.
VkStencilFaceFlagBits
enum VkStencilFaceFlagBits
Undocumented in source.
VkStencilOp
enum VkStencilOp
Undocumented in source.
VkStructureType
enum VkStructureType
Undocumented in source.
VkSubpassContents
enum VkSubpassContents
Undocumented in source.
VkSurfaceTransformFlagBitsKHR
enum VkSurfaceTransformFlagBitsKHR
Undocumented in source.
VkSystemAllocationScope
enum VkSystemAllocationScope
Undocumented in source.
VkVertexInputRate
enum VkVertexInputRate
Undocumented in source.

Functions

VK_MAKE_VERSION
auto VK_MAKE_VERSION(int major, int minor, int patch)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_MAJOR
auto VK_VERSION_MAJOR(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_MINOR
auto VK_VERSION_MINOR(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_PATCH
auto VK_VERSION_PATCH(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
vkAcquireNextImageKHR
VkResult vkAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, ulong timeout, VkSemaphore semaphore, VkFence fence, uint* pImageIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkAllocateCommandBuffers
VkResult vkAllocateCommandBuffers(VkDevice device, VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkAllocateDescriptorSets
VkResult vkAllocateDescriptorSets(VkDevice device, VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkAllocateMemory
VkResult vkAllocateMemory(VkDevice device, VkMemoryAllocateInfo* pAllocateInfo, VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkBeginCommandBuffer
VkResult vkBeginCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferBeginInfo* pBeginInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkBindBufferMemory
VkResult vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkBindImageMemory
VkResult vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdBeginQuery
void vkCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint query, VkQueryControlFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdBeginRenderPass
void vkCmdBeginRenderPass(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdBindDescriptorSets
void vkCmdBindDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint firstSet, uint descriptorSetCount, VkDescriptorSet* pDescriptorSets, uint dynamicOffsetCount, uint* pDynamicOffsets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdBindIndexBuffer
void vkCmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdBindPipeline
void vkCmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdBindVertexBuffers
void vkCmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint firstBinding, uint bindingCount, VkBuffer* pBuffers, VkDeviceSize* pOffsets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdBlitImage
void vkCmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint regionCount, VkImageBlit* pRegions, VkFilter filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdClearAttachments
void vkCmdClearAttachments(VkCommandBuffer commandBuffer, uint attachmentCount, VkClearAttachment* pAttachments, uint rectCount, VkClearRect* pRects)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdClearColorImage
void vkCmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, VkClearColorValue* pColor, uint rangeCount, VkImageSubresourceRange* pRanges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdClearDepthStencilImage
void vkCmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, VkClearDepthStencilValue* pDepthStencil, uint rangeCount, VkImageSubresourceRange* pRanges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdCopyBuffer
void vkCmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, uint regionCount, VkBufferCopy* pRegions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdCopyBufferToImage
void vkCmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint regionCount, VkBufferImageCopy* pRegions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdCopyImage
void vkCmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint regionCount, VkImageCopy* pRegions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdCopyImageToBuffer
void vkCmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint regionCount, VkBufferImageCopy* pRegions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdCopyQueryPoolResults
void vkCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint firstQuery, uint queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdDispatch
void vkCmdDispatch(VkCommandBuffer commandBuffer, uint x, uint y, uint z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdDispatchIndirect
void vkCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdDraw
void vkCmdDraw(VkCommandBuffer commandBuffer, uint vertexCount, uint instanceCount, uint firstVertex, uint firstInstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdDrawIndexed
void vkCmdDrawIndexed(VkCommandBuffer commandBuffer, uint indexCount, uint instanceCount, uint firstIndex, int vertexOffset, uint firstInstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdDrawIndexedIndirect
void vkCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint drawCount, uint stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdDrawIndirect
void vkCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint drawCount, uint stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdEndQuery
void vkCmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdEndRenderPass
void vkCmdEndRenderPass(VkCommandBuffer commandBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdExecuteCommands
void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint commandBufferCount, VkCommandBuffer* pCommandBuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdFillBuffer
void vkCmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdNextSubpass
void vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdPipelineBarrier
void vkCmdPipelineBarrier(VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkDependencyFlags dependencyFlags, uint memoryBarrierCount, VkMemoryBarrier* pMemoryBarriers, uint bufferMemoryBarrierCount, VkBufferMemoryBarrier* pBufferMemoryBarriers, uint imageMemoryBarrierCount, VkImageMemoryBarrier* pImageMemoryBarriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdPushConstants
void vkCmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint offset, uint size, void* pValues)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdResetEvent
void vkCmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdResetQueryPool
void vkCmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint firstQuery, uint queryCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdResolveImage
void vkCmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint regionCount, VkImageResolve* pRegions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetBlendConstants
void vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, float[4] blendConstants)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetDepthBias
void vkCmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetDepthBounds
void vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetEvent
void vkCmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetLineWidth
void vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetScissor
void vkCmdSetScissor(VkCommandBuffer commandBuffer, uint firstScissor, uint scissorCount, VkRect2D* pScissors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetStencilCompareMask
void vkCmdSetStencilCompareMask(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint compareMask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetStencilReference
void vkCmdSetStencilReference(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint reference)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetStencilWriteMask
void vkCmdSetStencilWriteMask(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint writeMask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdSetViewport
void vkCmdSetViewport(VkCommandBuffer commandBuffer, uint firstViewport, uint viewportCount, VkViewport* pViewports)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdUpdateBuffer
void vkCmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, uint* pData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdWaitEvents
void vkCmdWaitEvents(VkCommandBuffer commandBuffer, uint eventCount, VkEvent* pEvents, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, uint memoryBarrierCount, VkMemoryBarrier* pMemoryBarriers, uint bufferMemoryBarrierCount, VkBufferMemoryBarrier* pBufferMemoryBarriers, uint imageMemoryBarrierCount, VkImageMemoryBarrier* pImageMemoryBarriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCmdWriteTimestamp
void vkCmdWriteTimestamp(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateAndroidSurfaceKHR
VkResult vkCreateAndroidSurfaceKHR(VkInstance instance, VkAndroidSurfaceCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateBuffer
VkResult vkCreateBuffer(VkDevice device, VkBufferCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateBufferView
VkResult vkCreateBufferView(VkDevice device, VkBufferViewCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkBufferView* pView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateCommandPool
VkResult vkCreateCommandPool(VkDevice device, VkCommandPoolCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateComputePipelines
VkResult vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint createInfoCount, VkComputePipelineCreateInfo* pCreateInfos, VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateDebugReportCallbackEXT
VkResult vkCreateDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackCreateInfoEXT* pCreateInfo, VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateDescriptorPool
VkResult vkCreateDescriptorPool(VkDevice device, VkDescriptorPoolCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateDescriptorSetLayout
VkResult vkCreateDescriptorSetLayout(VkDevice device, VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateDevice
VkResult vkCreateDevice(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkDevice* pDevice)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateDisplayModeKHR
VkResult vkCreateDisplayModeKHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, VkDisplayModeCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkDisplayModeKHR* pMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateDisplayPlaneSurfaceKHR
VkResult vkCreateDisplayPlaneSurfaceKHR(VkInstance instance, VkDisplaySurfaceCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateEvent
VkResult vkCreateEvent(VkDevice device, VkEventCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkEvent* pEvent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateFence
VkResult vkCreateFence(VkDevice device, VkFenceCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkFence* pFence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateFramebuffer
VkResult vkCreateFramebuffer(VkDevice device, VkFramebufferCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateGraphicsPipelines
VkResult vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint createInfoCount, VkGraphicsPipelineCreateInfo* pCreateInfos, VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateImage
VkResult vkCreateImage(VkDevice device, VkImageCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkImage* pImage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateImageView
VkResult vkCreateImageView(VkDevice device, VkImageViewCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkImageView* pView)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateInstance
VkResult vkCreateInstance(VkInstanceCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkInstance* pInstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateMirSurfaceKHR
VkResult vkCreateMirSurfaceKHR(VkInstance instance, VkMirSurfaceCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreatePipelineCache
VkResult vkCreatePipelineCache(VkDevice device, VkPipelineCacheCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreatePipelineLayout
VkResult vkCreatePipelineLayout(VkDevice device, VkPipelineLayoutCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateQueryPool
VkResult vkCreateQueryPool(VkDevice device, VkQueryPoolCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateRenderPass
VkResult vkCreateRenderPass(VkDevice device, VkRenderPassCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateSampler
VkResult vkCreateSampler(VkDevice device, VkSamplerCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSampler* pSampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateSemaphore
VkResult vkCreateSemaphore(VkDevice device, VkSemaphoreCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateShaderModule
VkResult vkCreateShaderModule(VkDevice device, VkShaderModuleCreateInfo* pCreateInfo, VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateSharedSwapchainsKHR
VkResult vkCreateSharedSwapchainsKHR(VkDevice device, uint swapchainCount, VkSwapchainCreateInfoKHR* pCreateInfos, VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateSwapchainKHR
VkResult vkCreateSwapchainKHR(VkDevice device, VkSwapchainCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateWaylandSurfaceKHR
VkResult vkCreateWaylandSurfaceKHR(VkInstance instance, VkWaylandSurfaceCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateWin32SurfaceKHR
VkResult vkCreateWin32SurfaceKHR(VkInstance instance, VkWin32SurfaceCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateXcbSurfaceKHR
VkResult vkCreateXcbSurfaceKHR(VkInstance instance, VkXcbSurfaceCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkCreateXlibSurfaceKHR
VkResult vkCreateXlibSurfaceKHR(VkInstance instance, VkXlibSurfaceCreateInfoKHR* pCreateInfo, VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDebugReportMessageEXT
void vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, ulong object, size_t location, int messageCode, char* pLayerPrefix, char* pMessage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyBuffer
void vkDestroyBuffer(VkDevice device, VkBuffer buffer, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyBufferView
void vkDestroyBufferView(VkDevice device, VkBufferView bufferView, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyCommandPool
void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyDebugReportCallbackEXT
void vkDestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyDescriptorPool
void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyDescriptorSetLayout
void vkDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyDevice
void vkDestroyDevice(VkDevice device, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyEvent
void vkDestroyEvent(VkDevice device, VkEvent event, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyFence
void vkDestroyFence(VkDevice device, VkFence fence, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyFramebuffer
void vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyImage
void vkDestroyImage(VkDevice device, VkImage image, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyImageView
void vkDestroyImageView(VkDevice device, VkImageView imageView, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyInstance
void vkDestroyInstance(VkInstance instance, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyPipeline
void vkDestroyPipeline(VkDevice device, VkPipeline pipeline, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyPipelineCache
void vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyPipelineLayout
void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyQueryPool
void vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyRenderPass
void vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroySampler
void vkDestroySampler(VkDevice device, VkSampler sampler, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroySemaphore
void vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroyShaderModule
void vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroySurfaceKHR
void vkDestroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDestroySwapchainKHR
void vkDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkDeviceWaitIdle
VkResult vkDeviceWaitIdle(VkDevice device)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkEndCommandBuffer
VkResult vkEndCommandBuffer(VkCommandBuffer commandBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkEnumerateDeviceExtensionProperties
VkResult vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, char* pLayerName, uint* pPropertyCount, VkExtensionProperties* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkEnumerateDeviceLayerProperties
VkResult vkEnumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, uint* pPropertyCount, VkLayerProperties* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkEnumerateInstanceExtensionProperties
VkResult vkEnumerateInstanceExtensionProperties(char* pLayerName, uint* pPropertyCount, VkExtensionProperties* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkEnumerateInstanceLayerProperties
VkResult vkEnumerateInstanceLayerProperties(uint* pPropertyCount, VkLayerProperties* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkEnumeratePhysicalDevices
VkResult vkEnumeratePhysicalDevices(VkInstance instance, uint* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkFlushMappedMemoryRanges
VkResult vkFlushMappedMemoryRanges(VkDevice device, uint memoryRangeCount, VkMappedMemoryRange* pMemoryRanges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkFreeCommandBuffers
void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint commandBufferCount, VkCommandBuffer* pCommandBuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkFreeDescriptorSets
VkResult vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint descriptorSetCount, VkDescriptorSet* pDescriptorSets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkFreeMemory
void vkFreeMemory(VkDevice device, VkDeviceMemory memory, VkAllocationCallbacks* pAllocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetBufferMemoryRequirements
void vkGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMemoryRequirements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetDeviceMemoryCommitment
void vkGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetDeviceProcAddr
PFN_vkVoidFunction vkGetDeviceProcAddr(VkDevice device, char* pName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetDeviceQueue
void vkGetDeviceQueue(VkDevice device, uint queueFamilyIndex, uint queueIndex, VkQueue* pQueue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetDisplayModePropertiesKHR
VkResult vkGetDisplayModePropertiesKHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, uint* pPropertyCount, VkDisplayModePropertiesKHR* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetDisplayPlaneCapabilitiesKHR
VkResult vkGetDisplayPlaneCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint planeIndex, VkDisplayPlaneCapabilitiesKHR* pCapabilities)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetDisplayPlaneSupportedDisplaysKHR
VkResult vkGetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, uint planeIndex, uint* pDisplayCount, VkDisplayKHR* pDisplays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetEventStatus
VkResult vkGetEventStatus(VkDevice device, VkEvent event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetFenceStatus
VkResult vkGetFenceStatus(VkDevice device, VkFence fence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetImageMemoryRequirements
void vkGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements* pMemoryRequirements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetImageSparseMemoryRequirements
void vkGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements* pSparseMemoryRequirements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetImageSubresourceLayout
void vkGetImageSubresourceLayout(VkDevice device, VkImage image, VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetInstanceProcAddr
PFN_vkVoidFunction vkGetInstanceProcAddr(VkInstance instance, char* pName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceDisplayPlanePropertiesKHR
VkResult vkGetPhysicalDeviceDisplayPlanePropertiesKHR(VkPhysicalDevice physicalDevice, uint* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceDisplayPropertiesKHR
VkResult vkGetPhysicalDeviceDisplayPropertiesKHR(VkPhysicalDevice physicalDevice, uint* pPropertyCount, VkDisplayPropertiesKHR* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceFeatures
void vkGetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceFormatProperties
void vkGetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceImageFormatProperties
VkResult vkGetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceMemoryProperties
void vkGetPhysicalDeviceMemoryProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceMirPresentationSupportKHR
VkBool32 vkGetPhysicalDeviceMirPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, MirConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceProperties
void vkGetPhysicalDeviceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceQueueFamilyProperties
void vkGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceSparseImageFormatProperties
void vkGetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint* pPropertyCount, VkSparseImageFormatProperties* pProperties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceSurfaceCapabilitiesKHR
VkResult vkGetPhysicalDeviceSurfaceCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR* pSurfaceCapabilities)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceSurfaceFormatsKHR
VkResult vkGetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceSurfacePresentModesKHR
VkResult vkGetPhysicalDeviceSurfacePresentModesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint* pPresentModeCount, VkPresentModeKHR* pPresentModes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceSurfaceSupportKHR
VkResult vkGetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceWaylandPresentationSupportKHR
VkBool32 vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceWin32PresentationSupportKHR
VkBool32 vkGetPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice, uint queueFamilyIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceXcbPresentationSupportKHR
VkBool32 vkGetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPhysicalDeviceXlibPresentationSupportKHR
VkBool32 vkGetPhysicalDeviceXlibPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint queueFamilyIndex, Display* dpy, VisualID visualID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetPipelineCacheData
VkResult vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetQueryPoolResults
VkResult vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint firstQuery, uint queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetRenderAreaGranularity
void vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkGetSwapchainImagesKHR
VkResult vkGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint* pSwapchainImageCount, VkImage* pSwapchainImages)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkInvalidateMappedMemoryRanges
VkResult vkInvalidateMappedMemoryRanges(VkDevice device, uint memoryRangeCount, VkMappedMemoryRange* pMemoryRanges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkMapMemory
VkResult vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkMergePipelineCaches
VkResult vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint srcCacheCount, VkPipelineCache* pSrcCaches)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkQueueBindSparse
VkResult vkQueueBindSparse(VkQueue queue, uint bindInfoCount, VkBindSparseInfo* pBindInfo, VkFence fence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkQueuePresentKHR
VkResult vkQueuePresentKHR(VkQueue queue, VkPresentInfoKHR* pPresentInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkQueueSubmit
VkResult vkQueueSubmit(VkQueue queue, uint submitCount, VkSubmitInfo* pSubmits, VkFence fence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkQueueWaitIdle
VkResult vkQueueWaitIdle(VkQueue queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkResetCommandBuffer
VkResult vkResetCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkResetCommandPool
VkResult vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkResetDescriptorPool
VkResult vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkResetEvent
VkResult vkResetEvent(VkDevice device, VkEvent event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkResetFences
VkResult vkResetFences(VkDevice device, uint fenceCount, VkFence* pFences)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkSetEvent
VkResult vkSetEvent(VkDevice device, VkEvent event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkUnmapMemory
void vkUnmapMemory(VkDevice device, VkDeviceMemory memory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkUpdateDescriptorSets
void vkUpdateDescriptorSets(VkDevice device, uint descriptorWriteCount, VkWriteDescriptorSet* pDescriptorWrites, uint descriptorCopyCount, VkCopyDescriptorSet* pDescriptorCopies)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vkWaitForFences
VkResult vkWaitForFences(VkDevice device, uint fenceCount, VkFence* pFences, VkBool32 waitAll, ulong timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

VK_API_VERSION
enum VK_API_VERSION;
Undocumented in source.
VK_ATTACHMENT_UNUSED
enum VK_ATTACHMENT_UNUSED;
Undocumented in source.
VK_EXT_DEBUG_REPORT_EXTENSION_NAME
enum VK_EXT_DEBUG_REPORT_EXTENSION_NAME;
Undocumented in source.
VK_EXT_DEBUG_REPORT_SPEC_VERSION
enum VK_EXT_DEBUG_REPORT_SPEC_VERSION;
Undocumented in source.
VK_EXT_debug_report
enum VK_EXT_debug_report;
Undocumented in source.
VK_FALSE
enum VK_FALSE;
Undocumented in source.
VK_KHR_ANDROID_SURFACE_EXTENSION_NAME
enum VK_KHR_ANDROID_SURFACE_EXTENSION_NAME;
Undocumented in source.
VK_KHR_ANDROID_SURFACE_SPEC_VERSION
enum VK_KHR_ANDROID_SURFACE_SPEC_VERSION;
Undocumented in source.
VK_KHR_DISPLAY_EXTENSION_NAME
enum VK_KHR_DISPLAY_EXTENSION_NAME;
Undocumented in source.
VK_KHR_DISPLAY_SPEC_VERSION
enum VK_KHR_DISPLAY_SPEC_VERSION;
Undocumented in source.
VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME
enum VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME;
Undocumented in source.
VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION
enum VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION;
Undocumented in source.
VK_KHR_MIR_SURFACE_EXTENSION_NAME
enum VK_KHR_MIR_SURFACE_EXTENSION_NAME;
Undocumented in source.
VK_KHR_MIR_SURFACE_SPEC_VERSION
enum VK_KHR_MIR_SURFACE_SPEC_VERSION;
Undocumented in source.
VK_KHR_SURFACE_EXTENSION_NAME
enum VK_KHR_SURFACE_EXTENSION_NAME;
Undocumented in source.
VK_KHR_SURFACE_SPEC_VERSION
enum VK_KHR_SURFACE_SPEC_VERSION;
Undocumented in source.
VK_KHR_SWAPCHAIN_EXTENSION_NAME
enum VK_KHR_SWAPCHAIN_EXTENSION_NAME;
Undocumented in source.
VK_KHR_SWAPCHAIN_SPEC_VERSION
enum VK_KHR_SWAPCHAIN_SPEC_VERSION;
Undocumented in source.
VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME
enum VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME;
Undocumented in source.
VK_KHR_WAYLAND_SURFACE_SPEC_VERSION
enum VK_KHR_WAYLAND_SURFACE_SPEC_VERSION;
Undocumented in source.
VK_KHR_WIN32_SURFACE_EXTENSION_NAME
enum VK_KHR_WIN32_SURFACE_EXTENSION_NAME;
Undocumented in source.
VK_KHR_WIN32_SURFACE_SPEC_VERSION
enum VK_KHR_WIN32_SURFACE_SPEC_VERSION;
Undocumented in source.
VK_KHR_XCB_SURFACE_EXTENSION_NAME
enum VK_KHR_XCB_SURFACE_EXTENSION_NAME;
Undocumented in source.
VK_KHR_XCB_SURFACE_SPEC_VERSION
enum VK_KHR_XCB_SURFACE_SPEC_VERSION;
Undocumented in source.
VK_KHR_XLIB_SURFACE_EXTENSION_NAME
enum VK_KHR_XLIB_SURFACE_EXTENSION_NAME;
Undocumented in source.
VK_KHR_XLIB_SURFACE_SPEC_VERSION
enum VK_KHR_XLIB_SURFACE_SPEC_VERSION;
Undocumented in source.
VK_KHR_android_surface
enum VK_KHR_android_surface;
Undocumented in source.
VK_KHR_display
enum VK_KHR_display;
Undocumented in source.
VK_KHR_display_swapchain
enum VK_KHR_display_swapchain;
Undocumented in source.
VK_KHR_mir_surface
enum VK_KHR_mir_surface;
Undocumented in source.
VK_KHR_surface
enum VK_KHR_surface;
Undocumented in source.
VK_KHR_swapchain
enum VK_KHR_swapchain;
Undocumented in source.
VK_KHR_wayland_surface
enum VK_KHR_wayland_surface;
Undocumented in source.
VK_KHR_win32_surface
enum VK_KHR_win32_surface;
Undocumented in source.
VK_KHR_xcb_surface
enum VK_KHR_xcb_surface;
Undocumented in source.
VK_KHR_xlib_surface
enum VK_KHR_xlib_surface;
Undocumented in source.
VK_LOD_CLAMP_NONE
enum VK_LOD_CLAMP_NONE;
Undocumented in source.
VK_MAX_DESCRIPTION_SIZE
enum VK_MAX_DESCRIPTION_SIZE;
Undocumented in source.
VK_MAX_EXTENSION_NAME_SIZE
enum VK_MAX_EXTENSION_NAME_SIZE;
Undocumented in source.
VK_MAX_MEMORY_HEAPS
enum VK_MAX_MEMORY_HEAPS;
Undocumented in source.
VK_MAX_MEMORY_TYPES
enum VK_MAX_MEMORY_TYPES;
Undocumented in source.
VK_MAX_PHYSICAL_DEVICE_NAME_SIZE
enum VK_MAX_PHYSICAL_DEVICE_NAME_SIZE;
Undocumented in source.
VK_NULL_HANDLE
enum VK_NULL_HANDLE;
Undocumented in source.
VK_QUEUE_FAMILY_IGNORED
enum VK_QUEUE_FAMILY_IGNORED;
Undocumented in source.
VK_REMAINING_ARRAY_LAYERS
enum VK_REMAINING_ARRAY_LAYERS;
Undocumented in source.
VK_REMAINING_MIP_LEVELS
enum VK_REMAINING_MIP_LEVELS;
Undocumented in source.
VK_SUBPASS_EXTERNAL
enum VK_SUBPASS_EXTERNAL;
Undocumented in source.
VK_TRUE
enum VK_TRUE;
Undocumented in source.
VK_UUID_SIZE
enum VK_UUID_SIZE;
Undocumented in source.
VK_VERSION_1_0
enum VK_VERSION_1_0;
Undocumented in source.
VK_WHOLE_SIZE
enum VK_WHOLE_SIZE;
Undocumented in source.

Structs

VkAllocationCallbacks
struct VkAllocationCallbacks
Undocumented in source.
VkAndroidSurfaceCreateInfoKHR
struct VkAndroidSurfaceCreateInfoKHR
Undocumented in source.
VkApplicationInfo
struct VkApplicationInfo
Undocumented in source.
VkAttachmentDescription
struct VkAttachmentDescription
Undocumented in source.
VkAttachmentReference
struct VkAttachmentReference
Undocumented in source.
VkBindSparseInfo
struct VkBindSparseInfo
Undocumented in source.
VkBufferCopy
struct VkBufferCopy
Undocumented in source.
VkBufferCreateInfo
struct VkBufferCreateInfo
Undocumented in source.
VkBufferImageCopy
struct VkBufferImageCopy
Undocumented in source.
VkBufferMemoryBarrier
struct VkBufferMemoryBarrier
Undocumented in source.
VkBufferViewCreateInfo
struct VkBufferViewCreateInfo
Undocumented in source.
VkClearAttachment
struct VkClearAttachment
Undocumented in source.
VkClearDepthStencilValue
struct VkClearDepthStencilValue
Undocumented in source.
VkClearRect
struct VkClearRect
Undocumented in source.
VkCommandBufferAllocateInfo
struct VkCommandBufferAllocateInfo
Undocumented in source.
VkCommandBufferBeginInfo
struct VkCommandBufferBeginInfo
Undocumented in source.
VkCommandBufferInheritanceInfo
struct VkCommandBufferInheritanceInfo
Undocumented in source.
VkCommandPoolCreateInfo
struct VkCommandPoolCreateInfo
Undocumented in source.
VkComponentMapping
struct VkComponentMapping
Undocumented in source.
VkComputePipelineCreateInfo
struct VkComputePipelineCreateInfo
Undocumented in source.
VkCopyDescriptorSet
struct VkCopyDescriptorSet
Undocumented in source.
VkDebugReportCallbackCreateInfoEXT
struct VkDebugReportCallbackCreateInfoEXT
Undocumented in source.
VkDescriptorBufferInfo
struct VkDescriptorBufferInfo
Undocumented in source.
VkDescriptorImageInfo
struct VkDescriptorImageInfo
Undocumented in source.
VkDescriptorPoolCreateInfo
struct VkDescriptorPoolCreateInfo
Undocumented in source.
VkDescriptorPoolSize
struct VkDescriptorPoolSize
Undocumented in source.
VkDescriptorSetAllocateInfo
struct VkDescriptorSetAllocateInfo
Undocumented in source.
VkDescriptorSetLayoutBinding
struct VkDescriptorSetLayoutBinding
Undocumented in source.
VkDescriptorSetLayoutCreateInfo
struct VkDescriptorSetLayoutCreateInfo
Undocumented in source.
VkDeviceCreateInfo
struct VkDeviceCreateInfo
Undocumented in source.
VkDeviceQueueCreateInfo
struct VkDeviceQueueCreateInfo
Undocumented in source.
VkDispatchIndirectCommand
struct VkDispatchIndirectCommand
Undocumented in source.
VkDisplayModeCreateInfoKHR
struct VkDisplayModeCreateInfoKHR
Undocumented in source.
VkDisplayModeParametersKHR
struct VkDisplayModeParametersKHR
Undocumented in source.
VkDisplayModePropertiesKHR
struct VkDisplayModePropertiesKHR
Undocumented in source.
VkDisplayPlaneCapabilitiesKHR
struct VkDisplayPlaneCapabilitiesKHR
Undocumented in source.
VkDisplayPlanePropertiesKHR
struct VkDisplayPlanePropertiesKHR
Undocumented in source.
VkDisplayPresentInfoKHR
struct VkDisplayPresentInfoKHR
Undocumented in source.
VkDisplayPropertiesKHR
struct VkDisplayPropertiesKHR
Undocumented in source.
VkDisplaySurfaceCreateInfoKHR
struct VkDisplaySurfaceCreateInfoKHR
Undocumented in source.
VkDrawIndexedIndirectCommand
struct VkDrawIndexedIndirectCommand
Undocumented in source.
VkDrawIndirectCommand
struct VkDrawIndirectCommand
Undocumented in source.
VkEventCreateInfo
struct VkEventCreateInfo
Undocumented in source.
VkExtensionProperties
struct VkExtensionProperties
Undocumented in source.
VkExtent2D
struct VkExtent2D
Undocumented in source.
VkExtent3D
struct VkExtent3D
Undocumented in source.
VkFenceCreateInfo
struct VkFenceCreateInfo
Undocumented in source.
VkFormatProperties
struct VkFormatProperties
Undocumented in source.
VkFramebufferCreateInfo
struct VkFramebufferCreateInfo
Undocumented in source.
VkGraphicsPipelineCreateInfo
struct VkGraphicsPipelineCreateInfo
Undocumented in source.
VkImageBlit
struct VkImageBlit
Undocumented in source.
VkImageCopy
struct VkImageCopy
Undocumented in source.
VkImageCreateInfo
struct VkImageCreateInfo
Undocumented in source.
VkImageFormatProperties
struct VkImageFormatProperties
Undocumented in source.
VkImageMemoryBarrier
struct VkImageMemoryBarrier
Undocumented in source.
VkImageResolve
struct VkImageResolve
Undocumented in source.
VkImageSubresource
struct VkImageSubresource
Undocumented in source.
VkImageSubresourceLayers
struct VkImageSubresourceLayers
Undocumented in source.
VkImageSubresourceRange
struct VkImageSubresourceRange
Undocumented in source.
VkImageViewCreateInfo
struct VkImageViewCreateInfo
Undocumented in source.
VkInstanceCreateInfo
struct VkInstanceCreateInfo
Undocumented in source.
VkLayerProperties
struct VkLayerProperties
Undocumented in source.
VkMappedMemoryRange
struct VkMappedMemoryRange
Undocumented in source.
VkMemoryAllocateInfo
struct VkMemoryAllocateInfo
Undocumented in source.
VkMemoryBarrier
struct VkMemoryBarrier
Undocumented in source.
VkMemoryHeap
struct VkMemoryHeap
Undocumented in source.
VkMemoryRequirements
struct VkMemoryRequirements
Undocumented in source.
VkMemoryType
struct VkMemoryType
Undocumented in source.
VkMirSurfaceCreateInfoKHR
struct VkMirSurfaceCreateInfoKHR
Undocumented in source.
VkOffset2D
struct VkOffset2D
Undocumented in source.
VkOffset3D
struct VkOffset3D
Undocumented in source.
VkPhysicalDeviceFeatures
struct VkPhysicalDeviceFeatures
Undocumented in source.
VkPhysicalDeviceLimits
struct VkPhysicalDeviceLimits
Undocumented in source.
VkPhysicalDeviceMemoryProperties
struct VkPhysicalDeviceMemoryProperties
Undocumented in source.
VkPhysicalDeviceProperties
struct VkPhysicalDeviceProperties
Undocumented in source.
VkPhysicalDeviceSparseProperties
struct VkPhysicalDeviceSparseProperties
Undocumented in source.
VkPipelineCacheCreateInfo
struct VkPipelineCacheCreateInfo
Undocumented in source.
VkPipelineColorBlendAttachmentState
struct VkPipelineColorBlendAttachmentState
Undocumented in source.
VkPipelineColorBlendStateCreateInfo
struct VkPipelineColorBlendStateCreateInfo
Undocumented in source.
VkPipelineDepthStencilStateCreateInfo
struct VkPipelineDepthStencilStateCreateInfo
Undocumented in source.
VkPipelineDynamicStateCreateInfo
struct VkPipelineDynamicStateCreateInfo
Undocumented in source.
VkPipelineInputAssemblyStateCreateInfo
struct VkPipelineInputAssemblyStateCreateInfo
Undocumented in source.
VkPipelineLayoutCreateInfo
struct VkPipelineLayoutCreateInfo
Undocumented in source.
VkPipelineMultisampleStateCreateInfo
struct VkPipelineMultisampleStateCreateInfo
Undocumented in source.
VkPipelineRasterizationStateCreateInfo
struct VkPipelineRasterizationStateCreateInfo
Undocumented in source.
VkPipelineShaderStageCreateInfo
struct VkPipelineShaderStageCreateInfo
Undocumented in source.
VkPipelineTessellationStateCreateInfo
struct VkPipelineTessellationStateCreateInfo
Undocumented in source.
VkPipelineVertexInputStateCreateInfo
struct VkPipelineVertexInputStateCreateInfo
Undocumented in source.
VkPipelineViewportStateCreateInfo
struct VkPipelineViewportStateCreateInfo
Undocumented in source.
VkPresentInfoKHR
struct VkPresentInfoKHR
Undocumented in source.
VkPushConstantRange
struct VkPushConstantRange
Undocumented in source.
VkQueryPoolCreateInfo
struct VkQueryPoolCreateInfo
Undocumented in source.
VkQueueFamilyProperties
struct VkQueueFamilyProperties
Undocumented in source.
VkRect2D
struct VkRect2D
Undocumented in source.
VkRenderPassBeginInfo
struct VkRenderPassBeginInfo
Undocumented in source.
VkRenderPassCreateInfo
struct VkRenderPassCreateInfo
Undocumented in source.
VkSamplerCreateInfo
struct VkSamplerCreateInfo
Undocumented in source.
VkSemaphoreCreateInfo
struct VkSemaphoreCreateInfo
Undocumented in source.
VkShaderModuleCreateInfo
struct VkShaderModuleCreateInfo
Undocumented in source.
VkSparseBufferMemoryBindInfo
struct VkSparseBufferMemoryBindInfo
Undocumented in source.
VkSparseImageFormatProperties
struct VkSparseImageFormatProperties
Undocumented in source.
VkSparseImageMemoryBind
struct VkSparseImageMemoryBind
Undocumented in source.
VkSparseImageMemoryBindInfo
struct VkSparseImageMemoryBindInfo
Undocumented in source.
VkSparseImageMemoryRequirements
struct VkSparseImageMemoryRequirements
Undocumented in source.
VkSparseImageOpaqueMemoryBindInfo
struct VkSparseImageOpaqueMemoryBindInfo
Undocumented in source.
VkSparseMemoryBind
struct VkSparseMemoryBind
Undocumented in source.
VkSpecializationInfo
struct VkSpecializationInfo
Undocumented in source.
VkSpecializationMapEntry
struct VkSpecializationMapEntry
Undocumented in source.
VkStencilOpState
struct VkStencilOpState
Undocumented in source.
VkSubmitInfo
struct VkSubmitInfo
Undocumented in source.
VkSubpassDependency
struct VkSubpassDependency
Undocumented in source.
VkSubpassDescription
struct VkSubpassDescription
Undocumented in source.
VkSubresourceLayout
struct VkSubresourceLayout
Undocumented in source.
VkSurfaceCapabilitiesKHR
struct VkSurfaceCapabilitiesKHR
Undocumented in source.
VkSurfaceFormatKHR
struct VkSurfaceFormatKHR
Undocumented in source.
VkSwapchainCreateInfoKHR
struct VkSwapchainCreateInfoKHR
Undocumented in source.
VkVertexInputAttributeDescription
struct VkVertexInputAttributeDescription
Undocumented in source.
VkVertexInputBindingDescription
struct VkVertexInputBindingDescription
Undocumented in source.
VkViewport
struct VkViewport
Undocumented in source.
VkWaylandSurfaceCreateInfoKHR
struct VkWaylandSurfaceCreateInfoKHR
Undocumented in source.
VkWin32SurfaceCreateInfoKHR
struct VkWin32SurfaceCreateInfoKHR
Undocumented in source.
VkWriteDescriptorSet
struct VkWriteDescriptorSet
Undocumented in source.
VkXcbSurfaceCreateInfoKHR
struct VkXcbSurfaceCreateInfoKHR
Undocumented in source.
VkXlibSurfaceCreateInfoKHR
struct VkXlibSurfaceCreateInfoKHR
Undocumented in source.

Unions

VkClearColorValue
union VkClearColorValue
Undocumented in source.
VkClearValue
union VkClearValue
Undocumented in source.

Meta