- AllocateCommandBuffers
VkResult AllocateCommandBuffers(const(VkCommandBufferAllocateInfo)* pAllocateInfo, VkCommandBuffer* pCommandBuffers)
Undocumented in source. Be warned that the author may not have intended to support it.
- AllocateDescriptorSets
VkResult AllocateDescriptorSets(const(VkDescriptorSetAllocateInfo)* pAllocateInfo, VkDescriptorSet* pDescriptorSets)
Undocumented in source. Be warned that the author may not have intended to support it.
- AllocateMemory
VkResult AllocateMemory(const(VkMemoryAllocateInfo)* pAllocateInfo, const(VkAllocationCallbacks)* pAllocator, VkDeviceMemory* pMemory)
Undocumented in source. Be warned that the author may not have intended to support it.
- BeginCommandBuffer
VkResult BeginCommandBuffer(const(VkCommandBufferBeginInfo)* pBeginInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- BindBufferMemory
VkResult BindBufferMemory(VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- BindImageMemory
VkResult BindImageMemory(VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdBeginQuery
void CmdBeginQuery(VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdBeginRenderPass
void CmdBeginRenderPass(const(VkRenderPassBeginInfo)* pRenderPassBegin, VkSubpassContents contents)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdBindDescriptorSets
void CmdBindDescriptorSets(VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount, const(VkDescriptorSet)* pDescriptorSets, uint32_t dynamicOffsetCount, const(uint32_t)* pDynamicOffsets)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdBindIndexBuffer
void CmdBindIndexBuffer(VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdBindPipeline
void CmdBindPipeline(VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdBindVertexBuffers
void CmdBindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount, const(VkBuffer)* pBuffers, const(VkDeviceSize)* pOffsets)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdBlitImage
void CmdBlitImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const(VkImageBlit)* pRegions, VkFilter filter)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdClearAttachments
void CmdClearAttachments(uint32_t attachmentCount, const(VkClearAttachment)* pAttachments, uint32_t rectCount, const(VkClearRect)* pRects)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdClearColorImage
void CmdClearColorImage(VkImage image, VkImageLayout imageLayout, const(VkClearColorValue)* pColor, uint32_t rangeCount, const(VkImageSubresourceRange)* pRanges)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdClearDepthStencilImage
void CmdClearDepthStencilImage(VkImage image, VkImageLayout imageLayout, const(VkClearDepthStencilValue)* pDepthStencil, uint32_t rangeCount, const(VkImageSubresourceRange)* pRanges)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdCopyBuffer
void CmdCopyBuffer(VkBuffer srcBuffer, VkBuffer dstBuffer, uint32_t regionCount, const(VkBufferCopy)* pRegions)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdCopyBufferToImage
void CmdCopyBufferToImage(VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const(VkBufferImageCopy)* pRegions)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdCopyImage
void CmdCopyImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const(VkImageCopy)* pRegions)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdCopyImageToBuffer
void CmdCopyImageToBuffer(VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const(VkBufferImageCopy)* pRegions)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdCopyQueryPoolResults
void CmdCopyQueryPoolResults(VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDebugMarkerBeginEXT
void CmdDebugMarkerBeginEXT(const(VkDebugMarkerMarkerInfoEXT)* pMarkerInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDebugMarkerEndEXT
void CmdDebugMarkerEndEXT()
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDebugMarkerInsertEXT
void CmdDebugMarkerInsertEXT(const(VkDebugMarkerMarkerInfoEXT)* pMarkerInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDispatch
void CmdDispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDispatchIndirect
void CmdDispatchIndirect(VkBuffer buffer, VkDeviceSize offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDraw
void CmdDraw(uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDrawIndexed
void CmdDrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDrawIndexedIndirect
void CmdDrawIndexedIndirect(VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDrawIndexedIndirectCountAMD
void CmdDrawIndexedIndirectCountAMD(VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDrawIndirect
void CmdDrawIndirect(VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdDrawIndirectCountAMD
void CmdDrawIndirectCountAMD(VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdEndQuery
void CmdEndQuery(VkQueryPool queryPool, uint32_t query)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdEndRenderPass
void CmdEndRenderPass()
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdExecuteCommands
void CmdExecuteCommands(uint32_t commandBufferCount, const(VkCommandBuffer)* pCommandBuffers)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdFillBuffer
void CmdFillBuffer(VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdNextSubpass
void CmdNextSubpass(VkSubpassContents contents)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdPipelineBarrier
void CmdPipelineBarrier(VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkDependencyFlags dependencyFlags, uint32_t memoryBarrierCount, const(VkMemoryBarrier)* pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const(VkBufferMemoryBarrier)* pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const(VkImageMemoryBarrier)* pImageMemoryBarriers)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdPushConstants
void CmdPushConstants(VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const(void)* pValues)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdPushDescriptorSetKHR
void CmdPushDescriptorSetKHR(VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount, const(VkWriteDescriptorSet)* pDescriptorWrites)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdPushDescriptorSetWithTemplateKHR
void CmdPushDescriptorSetWithTemplateKHR(VkDescriptorUpdateTemplateKHR descriptorUpdateTemplate, VkPipelineLayout layout, uint32_t set, const(void)* pData)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdResetEvent
void CmdResetEvent(VkEvent event, VkPipelineStageFlags stageMask)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdResetQueryPool
void CmdResetQueryPool(VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdResolveImage
void CmdResolveImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const(VkImageResolve)* pRegions)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetBlendConstants
void CmdSetBlendConstants(float[4] blendConstants)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetDepthBias
void CmdSetDepthBias(float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetDepthBounds
void CmdSetDepthBounds(float minDepthBounds, float maxDepthBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetDiscardRectangleEXT
void CmdSetDiscardRectangleEXT(uint32_t firstDiscardRectangle, uint32_t discardRectangleCount, const(VkRect2D)* pDiscardRectangles)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetEvent
void CmdSetEvent(VkEvent event, VkPipelineStageFlags stageMask)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetLineWidth
void CmdSetLineWidth(float lineWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetScissor
void CmdSetScissor(uint32_t firstScissor, uint32_t scissorCount, const(VkRect2D)* pScissors)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetStencilCompareMask
void CmdSetStencilCompareMask(VkStencilFaceFlags faceMask, uint32_t compareMask)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetStencilReference
void CmdSetStencilReference(VkStencilFaceFlags faceMask, uint32_t reference)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetStencilWriteMask
void CmdSetStencilWriteMask(VkStencilFaceFlags faceMask, uint32_t writeMask)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetViewport
void CmdSetViewport(uint32_t firstViewport, uint32_t viewportCount, const(VkViewport)* pViewports)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdSetViewportWScalingNV
void CmdSetViewportWScalingNV(uint32_t firstViewport, uint32_t viewportCount, const(VkViewportWScalingNV)* pViewportWScalings)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdUpdateBuffer
void CmdUpdateBuffer(VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const(void)* pData)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdWaitEvents
void CmdWaitEvents(uint32_t eventCount, const(VkEvent)* pEvents, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, uint32_t memoryBarrierCount, const(VkMemoryBarrier)* pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const(VkBufferMemoryBarrier)* pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const(VkImageMemoryBarrier)* pImageMemoryBarriers)
Undocumented in source. Be warned that the author may not have intended to support it.
- CmdWriteTimestamp
void CmdWriteTimestamp(VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateBuffer
VkResult CreateBuffer(const(VkBufferCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkBuffer* pBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateBufferView
VkResult CreateBufferView(const(VkBufferViewCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkBufferView* pView)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateCommandPool
VkResult CreateCommandPool(const(VkCommandPoolCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkCommandPool* pCommandPool)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateComputePipelines
VkResult CreateComputePipelines(VkPipelineCache pipelineCache, uint32_t createInfoCount, const(VkComputePipelineCreateInfo)* pCreateInfos, const(VkAllocationCallbacks)* pAllocator, VkPipeline* pPipelines)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateDescriptorPool
VkResult CreateDescriptorPool(const(VkDescriptorPoolCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkDescriptorPool* pDescriptorPool)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateDescriptorSetLayout
VkResult CreateDescriptorSetLayout(const(VkDescriptorSetLayoutCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkDescriptorSetLayout* pSetLayout)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateDescriptorUpdateTemplateKHR
VkResult CreateDescriptorUpdateTemplateKHR(const(VkDescriptorUpdateTemplateCreateInfoKHR)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkDescriptorUpdateTemplateKHR* pDescriptorUpdateTemplate)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateEvent
VkResult CreateEvent(const(VkEventCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkEvent* pEvent)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateFence
VkResult CreateFence(const(VkFenceCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkFence* pFence)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateFramebuffer
VkResult CreateFramebuffer(const(VkFramebufferCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkFramebuffer* pFramebuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateGraphicsPipelines
VkResult CreateGraphicsPipelines(VkPipelineCache pipelineCache, uint32_t createInfoCount, const(VkGraphicsPipelineCreateInfo)* pCreateInfos, const(VkAllocationCallbacks)* pAllocator, VkPipeline* pPipelines)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateImage
VkResult CreateImage(const(VkImageCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkImage* pImage)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateImageView
VkResult CreateImageView(const(VkImageViewCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkImageView* pView)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreatePipelineCache
VkResult CreatePipelineCache(const(VkPipelineCacheCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkPipelineCache* pPipelineCache)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreatePipelineLayout
VkResult CreatePipelineLayout(const(VkPipelineLayoutCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkPipelineLayout* pPipelineLayout)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateQueryPool
VkResult CreateQueryPool(const(VkQueryPoolCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkQueryPool* pQueryPool)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateRenderPass
VkResult CreateRenderPass(const(VkRenderPassCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkRenderPass* pRenderPass)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateSampler
VkResult CreateSampler(const(VkSamplerCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSampler* pSampler)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateSemaphore
VkResult CreateSemaphore(const(VkSemaphoreCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkSemaphore* pSemaphore)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateShaderModule
VkResult CreateShaderModule(const(VkShaderModuleCreateInfo)* pCreateInfo, const(VkAllocationCallbacks)* pAllocator, VkShaderModule* pShaderModule)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateSharedSwapchainsKHR
VkResult CreateSharedSwapchainsKHR(uint32_t swapchainCount, const(VkSwapchainCreateInfoKHR)* pCreateInfos, const(VkAllocationCallbacks)* pAllocator, VkSwapchainKHR* pSwapchains)
Undocumented in source. Be warned that the author may not have intended to support it.
- DebugMarkerSetObjectNameEXT
VkResult DebugMarkerSetObjectNameEXT(const(VkDebugMarkerObjectNameInfoEXT)* pNameInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- DebugMarkerSetObjectTagEXT
VkResult DebugMarkerSetObjectTagEXT(const(VkDebugMarkerObjectTagInfoEXT)* pTagInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyBuffer
void DestroyBuffer(VkBuffer buffer, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyBufferView
void DestroyBufferView(VkBufferView bufferView, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyCommandPool
void DestroyCommandPool(VkCommandPool commandPool, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyDescriptorPool
void DestroyDescriptorPool(VkDescriptorPool descriptorPool, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyDescriptorSetLayout
void DestroyDescriptorSetLayout(VkDescriptorSetLayout descriptorSetLayout, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyDescriptorUpdateTemplateKHR
void DestroyDescriptorUpdateTemplateKHR(VkDescriptorUpdateTemplateKHR descriptorUpdateTemplate, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyDevice
void DestroyDevice(const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyEvent
void DestroyEvent(VkEvent event, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyFence
void DestroyFence(VkFence fence, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyFramebuffer
void DestroyFramebuffer(VkFramebuffer framebuffer, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyImage
void DestroyImage(VkImage image, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyImageView
void DestroyImageView(VkImageView imageView, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyPipeline
void DestroyPipeline(VkPipeline pipeline, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyPipelineCache
void DestroyPipelineCache(VkPipelineCache pipelineCache, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyPipelineLayout
void DestroyPipelineLayout(VkPipelineLayout pipelineLayout, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyQueryPool
void DestroyQueryPool(VkQueryPool queryPool, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyRenderPass
void DestroyRenderPass(VkRenderPass renderPass, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroySampler
void DestroySampler(VkSampler sampler, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroySemaphore
void DestroySemaphore(VkSemaphore semaphore, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DestroyShaderModule
void DestroyShaderModule(VkShaderModule shaderModule, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- DeviceWaitIdle
VkResult DeviceWaitIdle()
Undocumented in source. Be warned that the author may not have intended to support it.
- DisplayPowerControlEXT
VkResult DisplayPowerControlEXT(VkDisplayKHR display, const(VkDisplayPowerInfoEXT)* pDisplayPowerInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- EndCommandBuffer
VkResult EndCommandBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
- FlushMappedMemoryRanges
VkResult FlushMappedMemoryRanges(uint32_t memoryRangeCount, const(VkMappedMemoryRange)* pMemoryRanges)
Undocumented in source. Be warned that the author may not have intended to support it.
- FreeCommandBuffers
void FreeCommandBuffers(VkCommandPool commandPool, uint32_t commandBufferCount, const(VkCommandBuffer)* pCommandBuffers)
Undocumented in source. Be warned that the author may not have intended to support it.
- FreeDescriptorSets
VkResult FreeDescriptorSets(VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const(VkDescriptorSet)* pDescriptorSets)
Undocumented in source. Be warned that the author may not have intended to support it.
- FreeMemory
void FreeMemory(VkDeviceMemory memory, const(VkAllocationCallbacks)* pAllocator)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetBufferMemoryRequirements
void GetBufferMemoryRequirements(VkBuffer buffer, VkMemoryRequirements* pMemoryRequirements)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetBufferMemoryRequirements2KHR
void GetBufferMemoryRequirements2KHR(const(VkBufferMemoryRequirementsInfo2KHR)* pInfo, VkMemoryRequirements2KHR* pMemoryRequirements)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDeviceMemoryCommitment
void GetDeviceMemoryCommitment(VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDeviceQueue
void GetDeviceQueue(uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetEventStatus
VkResult GetEventStatus(VkEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetFenceFdKHR
VkResult GetFenceFdKHR(const(VkFenceGetFdInfoKHR)* pGetFdInfo, int* pFd)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetFenceStatus
VkResult GetFenceStatus(VkFence fence)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetFenceWin32HandleKHR
VkResult GetFenceWin32HandleKHR(const(VkFenceGetWin32HandleInfoKHR)* pGetWin32HandleInfo, HANDLE* pHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetImageMemoryRequirements
void GetImageMemoryRequirements(VkImage image, VkMemoryRequirements* pMemoryRequirements)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetImageMemoryRequirements2KHR
void GetImageMemoryRequirements2KHR(const(VkImageMemoryRequirementsInfo2KHR)* pInfo, VkMemoryRequirements2KHR* pMemoryRequirements)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetImageSparseMemoryRequirements
void GetImageSparseMemoryRequirements(VkImage image, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements* pSparseMemoryRequirements)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetImageSparseMemoryRequirements2KHR
void GetImageSparseMemoryRequirements2KHR(const(VkImageSparseMemoryRequirementsInfo2KHR)* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2KHR* pSparseMemoryRequirements)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetImageSubresourceLayout
void GetImageSubresourceLayout(VkImage image, const(VkImageSubresource)* pSubresource, VkSubresourceLayout* pLayout)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetMemoryFdKHR
VkResult GetMemoryFdKHR(const(VkMemoryGetFdInfoKHR)* pGetFdInfo, int* pFd)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetMemoryFdPropertiesKHR
VkResult GetMemoryFdPropertiesKHR(VkExternalMemoryHandleTypeFlagBitsKHR handleType, int fd, VkMemoryFdPropertiesKHR* pMemoryFdProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetMemoryWin32HandleKHR
VkResult GetMemoryWin32HandleKHR(const(VkMemoryGetWin32HandleInfoKHR)* pGetWin32HandleInfo, HANDLE* pHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetMemoryWin32HandleNV
VkResult GetMemoryWin32HandleNV(VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagsNV handleType, HANDLE* pHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetMemoryWin32HandlePropertiesKHR
VkResult GetMemoryWin32HandlePropertiesKHR(VkExternalMemoryHandleTypeFlagBitsKHR handleType, HANDLE handle, VkMemoryWin32HandlePropertiesKHR* pMemoryWin32HandleProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetPastPresentationTimingGOOGLE
VkResult GetPastPresentationTimingGOOGLE(VkSwapchainKHR swapchain, uint32_t* pPresentationTimingCount, VkPastPresentationTimingGOOGLE* pPresentationTimings)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetPipelineCacheData
VkResult GetPipelineCacheData(VkPipelineCache pipelineCache, size_t* pDataSize, void* pData)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetQueryPoolResults
VkResult GetQueryPoolResults(VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetRefreshCycleDurationGOOGLE
VkResult GetRefreshCycleDurationGOOGLE(VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE* pDisplayTimingProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetRenderAreaGranularity
void GetRenderAreaGranularity(VkRenderPass renderPass, VkExtent2D* pGranularity)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSemaphoreFdKHR
VkResult GetSemaphoreFdKHR(const(VkSemaphoreGetFdInfoKHR)* pGetFdInfo, int* pFd)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSemaphoreWin32HandleKHR
VkResult GetSemaphoreWin32HandleKHR(const(VkSemaphoreGetWin32HandleInfoKHR)* pGetWin32HandleInfo, HANDLE* pHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSwapchainCounterEXT
VkResult GetSwapchainCounterEXT(VkSwapchainKHR swapchain, VkSurfaceCounterFlagBitsEXT counter, uint64_t* pCounterValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSwapchainStatusKHR
VkResult GetSwapchainStatusKHR(VkSwapchainKHR swapchain)
Undocumented in source. Be warned that the author may not have intended to support it.
- ImportFenceFdKHR
VkResult ImportFenceFdKHR(const(VkImportFenceFdInfoKHR)* pImportFenceFdInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- ImportFenceWin32HandleKHR
VkResult ImportFenceWin32HandleKHR(const(VkImportFenceWin32HandleInfoKHR)* pImportFenceWin32HandleInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- ImportSemaphoreFdKHR
VkResult ImportSemaphoreFdKHR(const(VkImportSemaphoreFdInfoKHR)* pImportSemaphoreFdInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- ImportSemaphoreWin32HandleKHR
VkResult ImportSemaphoreWin32HandleKHR(const(VkImportSemaphoreWin32HandleInfoKHR)* pImportSemaphoreWin32HandleInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- InvalidateMappedMemoryRanges
VkResult InvalidateMappedMemoryRanges(uint32_t memoryRangeCount, const(VkMappedMemoryRange)* pMemoryRanges)
Undocumented in source. Be warned that the author may not have intended to support it.
- MapMemory
VkResult MapMemory(VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData)
Undocumented in source. Be warned that the author may not have intended to support it.
- MergePipelineCaches
VkResult MergePipelineCaches(VkPipelineCache dstCache, uint32_t srcCacheCount, const(VkPipelineCache)* pSrcCaches)
Undocumented in source. Be warned that the author may not have intended to support it.
- RegisterDeviceEventEXT
VkResult RegisterDeviceEventEXT(const(VkDeviceEventInfoEXT)* pDeviceEventInfo, const(VkAllocationCallbacks)* pAllocator, VkFence* pFence)
Undocumented in source. Be warned that the author may not have intended to support it.
- RegisterDisplayEventEXT
VkResult RegisterDisplayEventEXT(VkDisplayKHR display, const(VkDisplayEventInfoEXT)* pDisplayEventInfo, const(VkAllocationCallbacks)* pAllocator, VkFence* pFence)
Undocumented in source. Be warned that the author may not have intended to support it.
- ResetCommandBuffer
VkResult ResetCommandBuffer(VkCommandBufferResetFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- ResetCommandPool
VkResult ResetCommandPool(VkCommandPool commandPool, VkCommandPoolResetFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- ResetDescriptorPool
VkResult ResetDescriptorPool(VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- ResetEvent
VkResult ResetEvent(VkEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- ResetFences
VkResult ResetFences(uint32_t fenceCount, const(VkFence)* pFences)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetEvent
VkResult SetEvent(VkEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetHdrMetadataEXT
void SetHdrMetadataEXT(uint32_t swapchainCount, const(VkSwapchainKHR)* pSwapchains, const(VkHdrMetadataEXT)* pMetadata)
Undocumented in source. Be warned that the author may not have intended to support it.
- TrimCommandPoolKHR
void TrimCommandPoolKHR(VkCommandPool commandPool, VkCommandPoolTrimFlagsKHR flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- UnmapMemory
void UnmapMemory(VkDeviceMemory memory)
Undocumented in source. Be warned that the author may not have intended to support it.
- UpdateDescriptorSetWithTemplateKHR
void UpdateDescriptorSetWithTemplateKHR(VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplateKHR descriptorUpdateTemplate, const(void)* pData)
Undocumented in source. Be warned that the author may not have intended to support it.
- UpdateDescriptorSets
void UpdateDescriptorSets(uint32_t descriptorWriteCount, const(VkWriteDescriptorSet)* pDescriptorWrites, uint32_t descriptorCopyCount, const(VkCopyDescriptorSet)* pDescriptorCopies)
Undocumented in source. Be warned that the author may not have intended to support it.
- WaitForFences
VkResult WaitForFences(uint32_t fenceCount, const(VkFence)* pFences, VkBool32 waitAll, uint64_t timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadDeviceLevelFunctions
void loadDeviceLevelFunctions(VkDevice device)
Undocumented in source. Be warned that the author may not have intended to support it.
- vkDevice
VkDevice vkDevice()
Undocumented in source. Be warned that the author may not have intended to support it.
- commandBuffer
VkCommandBuffer commandBuffer;
Undocumented in source.
- vkAcquireNextImage2KHX
PFN_vkAcquireNextImage2KHX vkAcquireNextImage2KHX;
Undocumented in source.
- vkAcquireNextImageKHR
PFN_vkAcquireNextImageKHR vkAcquireNextImageKHR;
Undocumented in source.
- vkAllocateCommandBuffers
PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers;
Undocumented in source.
- vkAllocateDescriptorSets
PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets;
Undocumented in source.
- vkAllocateMemory
PFN_vkAllocateMemory vkAllocateMemory;
Undocumented in source.
- vkBeginCommandBuffer
PFN_vkBeginCommandBuffer vkBeginCommandBuffer;
Undocumented in source.
- vkBindBufferMemory
PFN_vkBindBufferMemory vkBindBufferMemory;
Undocumented in source.
- vkBindBufferMemory2KHX
PFN_vkBindBufferMemory2KHX vkBindBufferMemory2KHX;
Undocumented in source.
- vkBindImageMemory
PFN_vkBindImageMemory vkBindImageMemory;
Undocumented in source.
- vkBindImageMemory2KHX
PFN_vkBindImageMemory2KHX vkBindImageMemory2KHX;
Undocumented in source.
- vkCmdBeginQuery
PFN_vkCmdBeginQuery vkCmdBeginQuery;
Undocumented in source.
- vkCmdBeginRenderPass
PFN_vkCmdBeginRenderPass vkCmdBeginRenderPass;
Undocumented in source.
- vkCmdBindDescriptorSets
PFN_vkCmdBindDescriptorSets vkCmdBindDescriptorSets;
Undocumented in source.
- vkCmdBindIndexBuffer
PFN_vkCmdBindIndexBuffer vkCmdBindIndexBuffer;
Undocumented in source.
- vkCmdBindPipeline
PFN_vkCmdBindPipeline vkCmdBindPipeline;
Undocumented in source.
- vkCmdBindVertexBuffers
PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers;
Undocumented in source.
- vkCmdBlitImage
PFN_vkCmdBlitImage vkCmdBlitImage;
Undocumented in source.
- vkCmdClearAttachments
PFN_vkCmdClearAttachments vkCmdClearAttachments;
Undocumented in source.
- vkCmdClearColorImage
PFN_vkCmdClearColorImage vkCmdClearColorImage;
Undocumented in source.
- vkCmdClearDepthStencilImage
PFN_vkCmdClearDepthStencilImage vkCmdClearDepthStencilImage;
Undocumented in source.
- vkCmdCopyBuffer
PFN_vkCmdCopyBuffer vkCmdCopyBuffer;
Undocumented in source.
- vkCmdCopyBufferToImage
PFN_vkCmdCopyBufferToImage vkCmdCopyBufferToImage;
Undocumented in source.
- vkCmdCopyImage
PFN_vkCmdCopyImage vkCmdCopyImage;
Undocumented in source.
- vkCmdCopyImageToBuffer
PFN_vkCmdCopyImageToBuffer vkCmdCopyImageToBuffer;
Undocumented in source.
- vkCmdCopyQueryPoolResults
PFN_vkCmdCopyQueryPoolResults vkCmdCopyQueryPoolResults;
Undocumented in source.
- vkCmdDebugMarkerBeginEXT
PFN_vkCmdDebugMarkerBeginEXT vkCmdDebugMarkerBeginEXT;
Undocumented in source.
- vkCmdDebugMarkerEndEXT
PFN_vkCmdDebugMarkerEndEXT vkCmdDebugMarkerEndEXT;
Undocumented in source.
- vkCmdDebugMarkerInsertEXT
PFN_vkCmdDebugMarkerInsertEXT vkCmdDebugMarkerInsertEXT;
Undocumented in source.
- vkCmdDispatch
PFN_vkCmdDispatch vkCmdDispatch;
Undocumented in source.
- vkCmdDispatchBaseKHX
PFN_vkCmdDispatchBaseKHX vkCmdDispatchBaseKHX;
Undocumented in source.
- vkCmdDispatchIndirect
PFN_vkCmdDispatchIndirect vkCmdDispatchIndirect;
Undocumented in source.
- vkCmdDraw
PFN_vkCmdDraw vkCmdDraw;
Undocumented in source.
- vkCmdDrawIndexed
PFN_vkCmdDrawIndexed vkCmdDrawIndexed;
Undocumented in source.
- vkCmdDrawIndexedIndirect
PFN_vkCmdDrawIndexedIndirect vkCmdDrawIndexedIndirect;
Undocumented in source.
- vkCmdDrawIndexedIndirectCountAMD
PFN_vkCmdDrawIndexedIndirectCountAMD vkCmdDrawIndexedIndirectCountAMD;
Undocumented in source.
- vkCmdDrawIndirect
PFN_vkCmdDrawIndirect vkCmdDrawIndirect;
Undocumented in source.
- vkCmdDrawIndirectCountAMD
PFN_vkCmdDrawIndirectCountAMD vkCmdDrawIndirectCountAMD;
Undocumented in source.
- vkCmdEndQuery
PFN_vkCmdEndQuery vkCmdEndQuery;
Undocumented in source.
- vkCmdEndRenderPass
PFN_vkCmdEndRenderPass vkCmdEndRenderPass;
Undocumented in source.
- vkCmdExecuteCommands
PFN_vkCmdExecuteCommands vkCmdExecuteCommands;
Undocumented in source.
- vkCmdFillBuffer
PFN_vkCmdFillBuffer vkCmdFillBuffer;
Undocumented in source.
- vkCmdNextSubpass
PFN_vkCmdNextSubpass vkCmdNextSubpass;
Undocumented in source.
- vkCmdPipelineBarrier
PFN_vkCmdPipelineBarrier vkCmdPipelineBarrier;
Undocumented in source.
- vkCmdProcessCommandsNVX
PFN_vkCmdProcessCommandsNVX vkCmdProcessCommandsNVX;
Undocumented in source.
- vkCmdPushConstants
PFN_vkCmdPushConstants vkCmdPushConstants;
Undocumented in source.
- vkCmdPushDescriptorSetKHR
PFN_vkCmdPushDescriptorSetKHR vkCmdPushDescriptorSetKHR;
Undocumented in source.
- vkCmdPushDescriptorSetWithTemplateKHR
PFN_vkCmdPushDescriptorSetWithTemplateKHR vkCmdPushDescriptorSetWithTemplateKHR;
Undocumented in source.
- vkCmdReserveSpaceForCommandsNVX
PFN_vkCmdReserveSpaceForCommandsNVX vkCmdReserveSpaceForCommandsNVX;
Undocumented in source.
- vkCmdResetEvent
PFN_vkCmdResetEvent vkCmdResetEvent;
Undocumented in source.
- vkCmdResetQueryPool
PFN_vkCmdResetQueryPool vkCmdResetQueryPool;
Undocumented in source.
- vkCmdResolveImage
PFN_vkCmdResolveImage vkCmdResolveImage;
Undocumented in source.
- vkCmdSetBlendConstants
PFN_vkCmdSetBlendConstants vkCmdSetBlendConstants;
Undocumented in source.
- vkCmdSetDepthBias
PFN_vkCmdSetDepthBias vkCmdSetDepthBias;
Undocumented in source.
- vkCmdSetDepthBounds
PFN_vkCmdSetDepthBounds vkCmdSetDepthBounds;
Undocumented in source.
- vkCmdSetDeviceMaskKHX
PFN_vkCmdSetDeviceMaskKHX vkCmdSetDeviceMaskKHX;
Undocumented in source.
- vkCmdSetDiscardRectangleEXT
PFN_vkCmdSetDiscardRectangleEXT vkCmdSetDiscardRectangleEXT;
Undocumented in source.
- vkCmdSetEvent
PFN_vkCmdSetEvent vkCmdSetEvent;
Undocumented in source.
- vkCmdSetLineWidth
PFN_vkCmdSetLineWidth vkCmdSetLineWidth;
Undocumented in source.
- vkCmdSetScissor
PFN_vkCmdSetScissor vkCmdSetScissor;
Undocumented in source.
- vkCmdSetStencilCompareMask
PFN_vkCmdSetStencilCompareMask vkCmdSetStencilCompareMask;
Undocumented in source.
- vkCmdSetStencilReference
PFN_vkCmdSetStencilReference vkCmdSetStencilReference;
Undocumented in source.
- vkCmdSetStencilWriteMask
PFN_vkCmdSetStencilWriteMask vkCmdSetStencilWriteMask;
Undocumented in source.
- vkCmdSetViewport
PFN_vkCmdSetViewport vkCmdSetViewport;
Undocumented in source.
- vkCmdSetViewportWScalingNV
PFN_vkCmdSetViewportWScalingNV vkCmdSetViewportWScalingNV;
Undocumented in source.
- vkCmdUpdateBuffer
PFN_vkCmdUpdateBuffer vkCmdUpdateBuffer;
Undocumented in source.
- vkCmdWaitEvents
PFN_vkCmdWaitEvents vkCmdWaitEvents;
Undocumented in source.
- vkCmdWriteTimestamp
PFN_vkCmdWriteTimestamp vkCmdWriteTimestamp;
Undocumented in source.
- vkCreateBuffer
PFN_vkCreateBuffer vkCreateBuffer;
Undocumented in source.
- vkCreateBufferView
PFN_vkCreateBufferView vkCreateBufferView;
Undocumented in source.
- vkCreateCommandPool
PFN_vkCreateCommandPool vkCreateCommandPool;
Undocumented in source.
- vkCreateComputePipelines
PFN_vkCreateComputePipelines vkCreateComputePipelines;
Undocumented in source.
- vkCreateDescriptorPool
PFN_vkCreateDescriptorPool vkCreateDescriptorPool;
Undocumented in source.
- vkCreateDescriptorSetLayout
PFN_vkCreateDescriptorSetLayout vkCreateDescriptorSetLayout;
Undocumented in source.
- vkCreateDescriptorUpdateTemplateKHR
PFN_vkCreateDescriptorUpdateTemplateKHR vkCreateDescriptorUpdateTemplateKHR;
Undocumented in source.
- vkCreateEvent
PFN_vkCreateEvent vkCreateEvent;
Undocumented in source.
- vkCreateFence
PFN_vkCreateFence vkCreateFence;
Undocumented in source.
- vkCreateFramebuffer
PFN_vkCreateFramebuffer vkCreateFramebuffer;
Undocumented in source.
- vkCreateGraphicsPipelines
PFN_vkCreateGraphicsPipelines vkCreateGraphicsPipelines;
Undocumented in source.
- vkCreateImage
PFN_vkCreateImage vkCreateImage;
Undocumented in source.
- vkCreateImageView
PFN_vkCreateImageView vkCreateImageView;
Undocumented in source.
- vkCreateIndirectCommandsLayoutNVX
PFN_vkCreateIndirectCommandsLayoutNVX vkCreateIndirectCommandsLayoutNVX;
Undocumented in source.
- vkCreateObjectTableNVX
PFN_vkCreateObjectTableNVX vkCreateObjectTableNVX;
Undocumented in source.
- vkCreatePipelineCache
PFN_vkCreatePipelineCache vkCreatePipelineCache;
Undocumented in source.
- vkCreatePipelineLayout
PFN_vkCreatePipelineLayout vkCreatePipelineLayout;
Undocumented in source.
- vkCreateQueryPool
PFN_vkCreateQueryPool vkCreateQueryPool;
Undocumented in source.
- vkCreateRenderPass
PFN_vkCreateRenderPass vkCreateRenderPass;
Undocumented in source.
- vkCreateSampler
PFN_vkCreateSampler vkCreateSampler;
Undocumented in source.
- vkCreateSemaphore
PFN_vkCreateSemaphore vkCreateSemaphore;
Undocumented in source.
- vkCreateShaderModule
PFN_vkCreateShaderModule vkCreateShaderModule;
Undocumented in source.
- vkCreateSharedSwapchainsKHR
PFN_vkCreateSharedSwapchainsKHR vkCreateSharedSwapchainsKHR;
Undocumented in source.
- vkCreateSwapchainKHR
PFN_vkCreateSwapchainKHR vkCreateSwapchainKHR;
Undocumented in source.
- vkDebugMarkerSetObjectNameEXT
PFN_vkDebugMarkerSetObjectNameEXT vkDebugMarkerSetObjectNameEXT;
Undocumented in source.
- vkDebugMarkerSetObjectTagEXT
PFN_vkDebugMarkerSetObjectTagEXT vkDebugMarkerSetObjectTagEXT;
Undocumented in source.
- vkDestroyBuffer
PFN_vkDestroyBuffer vkDestroyBuffer;
Undocumented in source.
- vkDestroyBufferView
PFN_vkDestroyBufferView vkDestroyBufferView;
Undocumented in source.
- vkDestroyCommandPool
PFN_vkDestroyCommandPool vkDestroyCommandPool;
Undocumented in source.
- vkDestroyDescriptorPool
PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool;
Undocumented in source.
- vkDestroyDescriptorSetLayout
PFN_vkDestroyDescriptorSetLayout vkDestroyDescriptorSetLayout;
Undocumented in source.
- vkDestroyDescriptorUpdateTemplateKHR
PFN_vkDestroyDescriptorUpdateTemplateKHR vkDestroyDescriptorUpdateTemplateKHR;
Undocumented in source.
- vkDestroyDevice
PFN_vkDestroyDevice vkDestroyDevice;
Undocumented in source.
- vkDestroyEvent
PFN_vkDestroyEvent vkDestroyEvent;
Undocumented in source.
- vkDestroyFence
PFN_vkDestroyFence vkDestroyFence;
Undocumented in source.
- vkDestroyFramebuffer
PFN_vkDestroyFramebuffer vkDestroyFramebuffer;
Undocumented in source.
- vkDestroyImage
PFN_vkDestroyImage vkDestroyImage;
Undocumented in source.
- vkDestroyImageView
PFN_vkDestroyImageView vkDestroyImageView;
Undocumented in source.
- vkDestroyIndirectCommandsLayoutNVX
PFN_vkDestroyIndirectCommandsLayoutNVX vkDestroyIndirectCommandsLayoutNVX;
Undocumented in source.
- vkDestroyObjectTableNVX
PFN_vkDestroyObjectTableNVX vkDestroyObjectTableNVX;
Undocumented in source.
- vkDestroyPipeline
PFN_vkDestroyPipeline vkDestroyPipeline;
Undocumented in source.
- vkDestroyPipelineCache
PFN_vkDestroyPipelineCache vkDestroyPipelineCache;
Undocumented in source.
- vkDestroyPipelineLayout
PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout;
Undocumented in source.
- vkDestroyQueryPool
PFN_vkDestroyQueryPool vkDestroyQueryPool;
Undocumented in source.
- vkDestroyRenderPass
PFN_vkDestroyRenderPass vkDestroyRenderPass;
Undocumented in source.
- vkDestroySampler
PFN_vkDestroySampler vkDestroySampler;
Undocumented in source.
- vkDestroySemaphore
PFN_vkDestroySemaphore vkDestroySemaphore;
Undocumented in source.
- vkDestroyShaderModule
PFN_vkDestroyShaderModule vkDestroyShaderModule;
Undocumented in source.
- vkDestroySwapchainKHR
PFN_vkDestroySwapchainKHR vkDestroySwapchainKHR;
Undocumented in source.
- vkDeviceWaitIdle
PFN_vkDeviceWaitIdle vkDeviceWaitIdle;
Undocumented in source.
- vkDisplayPowerControlEXT
PFN_vkDisplayPowerControlEXT vkDisplayPowerControlEXT;
Undocumented in source.
- vkEndCommandBuffer
PFN_vkEndCommandBuffer vkEndCommandBuffer;
Undocumented in source.
- vkFlushMappedMemoryRanges
PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges;
Undocumented in source.
- vkFreeCommandBuffers
PFN_vkFreeCommandBuffers vkFreeCommandBuffers;
Undocumented in source.
- vkFreeDescriptorSets
PFN_vkFreeDescriptorSets vkFreeDescriptorSets;
Undocumented in source.
- vkFreeMemory
PFN_vkFreeMemory vkFreeMemory;
Undocumented in source.
- vkGetBufferMemoryRequirements
PFN_vkGetBufferMemoryRequirements vkGetBufferMemoryRequirements;
Undocumented in source.
- vkGetBufferMemoryRequirements2KHR
PFN_vkGetBufferMemoryRequirements2KHR vkGetBufferMemoryRequirements2KHR;
Undocumented in source.
- vkGetDeviceGroupPeerMemoryFeaturesKHX
PFN_vkGetDeviceGroupPeerMemoryFeaturesKHX vkGetDeviceGroupPeerMemoryFeaturesKHX;
Undocumented in source.
- vkGetDeviceGroupPresentCapabilitiesKHX
PFN_vkGetDeviceGroupPresentCapabilitiesKHX vkGetDeviceGroupPresentCapabilitiesKHX;
Undocumented in source.
- vkGetDeviceGroupSurfacePresentModesKHX
PFN_vkGetDeviceGroupSurfacePresentModesKHX vkGetDeviceGroupSurfacePresentModesKHX;
Undocumented in source.
- vkGetDeviceMemoryCommitment
PFN_vkGetDeviceMemoryCommitment vkGetDeviceMemoryCommitment;
Undocumented in source.
- vkGetDeviceQueue
PFN_vkGetDeviceQueue vkGetDeviceQueue;
Undocumented in source.
- vkGetEventStatus
PFN_vkGetEventStatus vkGetEventStatus;
Undocumented in source.
- vkGetFenceFdKHR
PFN_vkGetFenceFdKHR vkGetFenceFdKHR;
Undocumented in source.
- vkGetFenceStatus
PFN_vkGetFenceStatus vkGetFenceStatus;
Undocumented in source.
- vkGetFenceWin32HandleKHR
PFN_vkGetFenceWin32HandleKHR vkGetFenceWin32HandleKHR;
Undocumented in source.
- vkGetImageMemoryRequirements
PFN_vkGetImageMemoryRequirements vkGetImageMemoryRequirements;
Undocumented in source.
- vkGetImageMemoryRequirements2KHR
PFN_vkGetImageMemoryRequirements2KHR vkGetImageMemoryRequirements2KHR;
Undocumented in source.
- vkGetImageSparseMemoryRequirements
PFN_vkGetImageSparseMemoryRequirements vkGetImageSparseMemoryRequirements;
Undocumented in source.
- vkGetImageSparseMemoryRequirements2KHR
PFN_vkGetImageSparseMemoryRequirements2KHR vkGetImageSparseMemoryRequirements2KHR;
Undocumented in source.
- vkGetImageSubresourceLayout
PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout;
Undocumented in source.
- vkGetMemoryFdKHR
PFN_vkGetMemoryFdKHR vkGetMemoryFdKHR;
Undocumented in source.
- vkGetMemoryFdPropertiesKHR
PFN_vkGetMemoryFdPropertiesKHR vkGetMemoryFdPropertiesKHR;
Undocumented in source.
- vkGetMemoryWin32HandleKHR
PFN_vkGetMemoryWin32HandleKHR vkGetMemoryWin32HandleKHR;
Undocumented in source.
- vkGetMemoryWin32HandleNV
PFN_vkGetMemoryWin32HandleNV vkGetMemoryWin32HandleNV;
Undocumented in source.
- vkGetMemoryWin32HandlePropertiesKHR
PFN_vkGetMemoryWin32HandlePropertiesKHR vkGetMemoryWin32HandlePropertiesKHR;
Undocumented in source.
- vkGetPastPresentationTimingGOOGLE
PFN_vkGetPastPresentationTimingGOOGLE vkGetPastPresentationTimingGOOGLE;
Undocumented in source.
- vkGetPipelineCacheData
PFN_vkGetPipelineCacheData vkGetPipelineCacheData;
Undocumented in source.
- vkGetQueryPoolResults
PFN_vkGetQueryPoolResults vkGetQueryPoolResults;
Undocumented in source.
- vkGetRefreshCycleDurationGOOGLE
PFN_vkGetRefreshCycleDurationGOOGLE vkGetRefreshCycleDurationGOOGLE;
Undocumented in source.
- vkGetRenderAreaGranularity
PFN_vkGetRenderAreaGranularity vkGetRenderAreaGranularity;
Undocumented in source.
- vkGetSemaphoreFdKHR
PFN_vkGetSemaphoreFdKHR vkGetSemaphoreFdKHR;
Undocumented in source.
- vkGetSemaphoreWin32HandleKHR
PFN_vkGetSemaphoreWin32HandleKHR vkGetSemaphoreWin32HandleKHR;
Undocumented in source.
- vkGetSwapchainCounterEXT
PFN_vkGetSwapchainCounterEXT vkGetSwapchainCounterEXT;
Undocumented in source.
- vkGetSwapchainImagesKHR
PFN_vkGetSwapchainImagesKHR vkGetSwapchainImagesKHR;
Undocumented in source.
- vkGetSwapchainStatusKHR
PFN_vkGetSwapchainStatusKHR vkGetSwapchainStatusKHR;
Undocumented in source.
- vkImportFenceFdKHR
PFN_vkImportFenceFdKHR vkImportFenceFdKHR;
Undocumented in source.
- vkImportFenceWin32HandleKHR
PFN_vkImportFenceWin32HandleKHR vkImportFenceWin32HandleKHR;
Undocumented in source.
- vkImportSemaphoreFdKHR
PFN_vkImportSemaphoreFdKHR vkImportSemaphoreFdKHR;
Undocumented in source.
- vkImportSemaphoreWin32HandleKHR
PFN_vkImportSemaphoreWin32HandleKHR vkImportSemaphoreWin32HandleKHR;
Undocumented in source.
- vkInvalidateMappedMemoryRanges
PFN_vkInvalidateMappedMemoryRanges vkInvalidateMappedMemoryRanges;
Undocumented in source.
- vkMapMemory
PFN_vkMapMemory vkMapMemory;
Undocumented in source.
- vkMergePipelineCaches
PFN_vkMergePipelineCaches vkMergePipelineCaches;
Undocumented in source.
- vkQueueBindSparse
PFN_vkQueueBindSparse vkQueueBindSparse;
Undocumented in source.
- vkQueuePresentKHR
PFN_vkQueuePresentKHR vkQueuePresentKHR;
Undocumented in source.
- vkQueueSubmit
PFN_vkQueueSubmit vkQueueSubmit;
Undocumented in source.
- vkQueueWaitIdle
PFN_vkQueueWaitIdle vkQueueWaitIdle;
Undocumented in source.
- vkRegisterDeviceEventEXT
PFN_vkRegisterDeviceEventEXT vkRegisterDeviceEventEXT;
Undocumented in source.
- vkRegisterDisplayEventEXT
PFN_vkRegisterDisplayEventEXT vkRegisterDisplayEventEXT;
Undocumented in source.
- vkRegisterObjectsNVX
PFN_vkRegisterObjectsNVX vkRegisterObjectsNVX;
Undocumented in source.
- vkResetCommandBuffer
PFN_vkResetCommandBuffer vkResetCommandBuffer;
Undocumented in source.
- vkResetCommandPool
PFN_vkResetCommandPool vkResetCommandPool;
Undocumented in source.
- vkResetDescriptorPool
PFN_vkResetDescriptorPool vkResetDescriptorPool;
Undocumented in source.
- vkResetEvent
PFN_vkResetEvent vkResetEvent;
Undocumented in source.
- vkResetFences
PFN_vkResetFences vkResetFences;
Undocumented in source.
- vkSetEvent
PFN_vkSetEvent vkSetEvent;
Undocumented in source.
- vkSetHdrMetadataEXT
PFN_vkSetHdrMetadataEXT vkSetHdrMetadataEXT;
Undocumented in source.
- vkTrimCommandPoolKHR
PFN_vkTrimCommandPoolKHR vkTrimCommandPoolKHR;
Undocumented in source.
- vkUnmapMemory
PFN_vkUnmapMemory vkUnmapMemory;
Undocumented in source.
- vkUnregisterObjectsNVX
PFN_vkUnregisterObjectsNVX vkUnregisterObjectsNVX;
Undocumented in source.
- vkUpdateDescriptorSetWithTemplateKHR
PFN_vkUpdateDescriptorSetWithTemplateKHR vkUpdateDescriptorSetWithTemplateKHR;
Undocumented in source.
- vkUpdateDescriptorSets
PFN_vkUpdateDescriptorSets vkUpdateDescriptorSets;
Undocumented in source.
- vkWaitForFences
PFN_vkWaitForFences vkWaitForFences;
Undocumented in source.