Uses of Record Class
club.doki7.vulkan.handle.VkCommandBuffer
Packages that use VkCommandBuffer
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkCommandBuffer in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCommandBufferModifier and TypeMethodDescriptionint
VkDeviceCommands.beginCommandBuffer
(VkCommandBuffer commandBuffer, VkCommandBufferBeginInfo pBeginInfo) void
VkDeviceCommands.cmdBeginConditionalRenderingEXT
(VkCommandBuffer commandBuffer, VkConditionalRenderingBeginInfoEXT pConditionalRenderingBegin) void
VkInstanceCommands.cmdBeginDebugUtilsLabelEXT
(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) void
VkDeviceCommands.cmdBeginPerTileExecutionQCOM
(VkCommandBuffer commandBuffer, VkPerTileBeginInfoQCOM pPerTileBeginInfo) void
VkDeviceCommands.cmdBeginQuery
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags) void
VkDeviceCommands.cmdBeginQueryIndexedEXT
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags, int index) void
VkDeviceCommands.cmdBeginRendering
(VkCommandBuffer commandBuffer, VkRenderingInfo pRenderingInfo) void
VkDeviceCommands.cmdBeginRenderingKHR
(VkCommandBuffer commandBuffer, VkRenderingInfo pRenderingInfo) void
VkDeviceCommands.cmdBeginRenderPass
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, int contents) void
VkDeviceCommands.cmdBeginRenderPass2
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) void
VkDeviceCommands.cmdBeginRenderPass2KHR
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) void
VkDeviceCommands.cmdBeginTransformFeedbackEXT
(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) void
VkDeviceCommands.cmdBeginVideoCodingKHR
(VkCommandBuffer commandBuffer, VkVideoBeginCodingInfoKHR pBeginInfo) void
VkDeviceCommands.cmdBindDescriptorBufferEmbeddedSamplers2EXT
(VkCommandBuffer commandBuffer, VkBindDescriptorBufferEmbeddedSamplersInfoEXT pBindDescriptorBufferEmbeddedSamplersInfo) void
VkDeviceCommands.cmdBindDescriptorBufferEmbeddedSamplersEXT
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set) void
VkDeviceCommands.cmdBindDescriptorBuffersEXT
(VkCommandBuffer commandBuffer, int bufferCount, IVkDescriptorBufferBindingInfoEXT pBindingInfos) void
VkDeviceCommands.cmdBindDescriptorSets
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) void
VkDeviceCommands.cmdBindDescriptorSets2
(VkCommandBuffer commandBuffer, VkBindDescriptorSetsInfo pBindDescriptorSetsInfo) void
VkDeviceCommands.cmdBindDescriptorSets2KHR
(VkCommandBuffer commandBuffer, VkBindDescriptorSetsInfo pBindDescriptorSetsInfo) void
VkDeviceCommands.cmdBindIndexBuffer
(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, int indexType) void
VkDeviceCommands.cmdBindIndexBuffer2
(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) void
VkDeviceCommands.cmdBindIndexBuffer2KHR
(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) void
VkDeviceCommands.cmdBindInvocationMaskHUAWEI
(VkCommandBuffer commandBuffer, @Nullable VkImageView imageView, int imageLayout) void
VkDeviceCommands.cmdBindPipeline
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipeline pipeline) void
VkDeviceCommands.cmdBindPipelineShaderGroupNV
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipeline pipeline, int groupIndex) void
VkDeviceCommands.cmdBindShadersEXT
(VkCommandBuffer commandBuffer, int stageCount, IntPtr pStages, VkShaderEXT.Ptr pShaders) void
VkDeviceCommands.cmdBindShadingRateImageNV
(VkCommandBuffer commandBuffer, @Nullable VkImageView imageView, int imageLayout) void
VkDeviceCommands.cmdBindTileMemoryQCOM
(VkCommandBuffer commandBuffer, @Nullable VkTileMemoryBindInfoQCOM pTileMemoryBindInfo) void
VkDeviceCommands.cmdBindTransformFeedbackBuffersEXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) void
VkDeviceCommands.cmdBindVertexBuffers
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets) void
VkDeviceCommands.cmdBindVertexBuffers2
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBindVertexBuffers2EXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBlitImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageBlit pRegions, int filter) void
VkDeviceCommands.cmdBlitImage2
(VkCommandBuffer commandBuffer, VkBlitImageInfo2 pBlitImageInfo) void
VkDeviceCommands.cmdBlitImage2KHR
(VkCommandBuffer commandBuffer, VkBlitImageInfo2 pBlitImageInfo) void
VkDeviceCommands.cmdBuildAccelerationStructureNV
(VkCommandBuffer commandBuffer, VkAccelerationStructureInfoNV pInfo, @Nullable VkBuffer instanceData, long instanceOffset, int update, VkAccelerationStructureNV dst, @Nullable VkAccelerationStructureNV src, VkBuffer scratch, long scratchOffset) void
VkDeviceCommands.cmdBuildAccelerationStructuresIndirectKHR
(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, LongPtr pIndirectDeviceAddresses, IntPtr pIndirectStrides, PointerPtr ppMaxPrimitiveCounts) void
VkDeviceCommands.cmdBuildAccelerationStructuresKHR
(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, PointerPtr ppBuildRangeInfos) void
VkDeviceCommands.cmdBuildClusterAccelerationStructureIndirectNV
(VkCommandBuffer commandBuffer, VkClusterAccelerationStructureCommandsInfoNV pCommandInfos) void
VkDeviceCommands.cmdBuildMicromapsEXT
(VkCommandBuffer commandBuffer, int infoCount, IVkMicromapBuildInfoEXT pInfos) void
VkDeviceCommands.cmdBuildPartitionedAccelerationStructuresNV
(VkCommandBuffer commandBuffer, VkBuildPartitionedAccelerationStructureInfoNV pBuildInfo) void
VkDeviceCommands.cmdClearAttachments
(VkCommandBuffer commandBuffer, int attachmentCount, IVkClearAttachment pAttachments, int rectCount, IVkClearRect pRects) void
VkDeviceCommands.cmdClearColorImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearColorValue pColor, int rangeCount, IVkImageSubresourceRange pRanges) void
VkDeviceCommands.cmdClearDepthStencilImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) void
VkDeviceCommands.cmdControlVideoCodingKHR
(VkCommandBuffer commandBuffer, VkVideoCodingControlInfoKHR pCodingControlInfo) void
VkDeviceCommands.cmdConvertCooperativeVectorMatrixNV
(VkCommandBuffer commandBuffer, int infoCount, IVkConvertCooperativeVectorMatrixInfoNV pInfos) void
VkDeviceCommands.cmdCopyAccelerationStructureKHR
(VkCommandBuffer commandBuffer, VkCopyAccelerationStructureInfoKHR pInfo) void
VkDeviceCommands.cmdCopyAccelerationStructureNV
(VkCommandBuffer commandBuffer, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, int mode) void
VkDeviceCommands.cmdCopyAccelerationStructureToMemoryKHR
(VkCommandBuffer commandBuffer, VkCopyAccelerationStructureToMemoryInfoKHR pInfo) void
VkDeviceCommands.cmdCopyBuffer
(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, int regionCount, IVkBufferCopy pRegions) void
VkDeviceCommands.cmdCopyBuffer2
(VkCommandBuffer commandBuffer, VkCopyBufferInfo2 pCopyBufferInfo) void
VkDeviceCommands.cmdCopyBuffer2KHR
(VkCommandBuffer commandBuffer, VkCopyBufferInfo2 pCopyBufferInfo) void
VkDeviceCommands.cmdCopyBufferToImage
(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, int dstImageLayout, int regionCount, IVkBufferImageCopy pRegions) void
VkDeviceCommands.cmdCopyBufferToImage2
(VkCommandBuffer commandBuffer, VkCopyBufferToImageInfo2 pCopyBufferToImageInfo) void
VkDeviceCommands.cmdCopyBufferToImage2KHR
(VkCommandBuffer commandBuffer, VkCopyBufferToImageInfo2 pCopyBufferToImageInfo) void
VkDeviceCommands.cmdCopyImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageCopy pRegions) void
VkDeviceCommands.cmdCopyImage2
(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) void
VkDeviceCommands.cmdCopyImage2KHR
(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) void
VkDeviceCommands.cmdCopyImageToBuffer
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkBuffer dstBuffer, int regionCount, IVkBufferImageCopy pRegions) void
VkDeviceCommands.cmdCopyImageToBuffer2
(VkCommandBuffer commandBuffer, VkCopyImageToBufferInfo2 pCopyImageToBufferInfo) void
VkDeviceCommands.cmdCopyImageToBuffer2KHR
(VkCommandBuffer commandBuffer, VkCopyImageToBufferInfo2 pCopyImageToBufferInfo) void
VkDeviceCommands.cmdCopyMemoryIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride) void
VkDeviceCommands.cmdCopyMemoryToAccelerationStructureKHR
(VkCommandBuffer commandBuffer, VkCopyMemoryToAccelerationStructureInfoKHR pInfo) void
VkDeviceCommands.cmdCopyMemoryToImageIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) void
VkDeviceCommands.cmdCopyMemoryToMicromapEXT
(VkCommandBuffer commandBuffer, VkCopyMemoryToMicromapInfoEXT pInfo) void
VkDeviceCommands.cmdCopyMicromapEXT
(VkCommandBuffer commandBuffer, VkCopyMicromapInfoEXT pInfo) void
VkDeviceCommands.cmdCopyMicromapToMemoryEXT
(VkCommandBuffer commandBuffer, VkCopyMicromapToMemoryInfoEXT pInfo) void
VkDeviceCommands.cmdCopyQueryPoolResults
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) void
VkDeviceCommands.cmdCudaLaunchKernelNV
(VkCommandBuffer commandBuffer, VkCudaLaunchInfoNV pLaunchInfo) void
VkDeviceCommands.cmdCuLaunchKernelNVX
(VkCommandBuffer commandBuffer, VkCuLaunchInfoNVX pLaunchInfo) void
VkDeviceCommands.cmdDebugMarkerBeginEXT
(VkCommandBuffer commandBuffer, VkDebugMarkerMarkerInfoEXT pMarkerInfo) void
VkDeviceCommands.cmdDebugMarkerEndEXT
(VkCommandBuffer commandBuffer) void
VkDeviceCommands.cmdDebugMarkerInsertEXT
(VkCommandBuffer commandBuffer, VkDebugMarkerMarkerInfoEXT pMarkerInfo) void
VkDeviceCommands.cmdDecodeVideoKHR
(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR pDecodeInfo) void
VkDeviceCommands.cmdDecompressMemoryIndirectCountNV
(VkCommandBuffer commandBuffer, long indirectCommandsAddress, long indirectCommandsCountAddress, int stride) void
VkDeviceCommands.cmdDecompressMemoryNV
(VkCommandBuffer commandBuffer, int decompressRegionCount, IVkDecompressMemoryRegionNV pDecompressMemoryRegions) void
VkDeviceCommands.cmdDispatch
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBase
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBaseKHR
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchGraphAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectCountAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, long countInfo) void
VkDeviceCommands.cmdDispatchIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset) void
VkDeviceCommands.cmdDispatchTileQCOM
(VkCommandBuffer commandBuffer) void
VkDeviceCommands.cmdDraw
(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) void
VkDeviceCommands.cmdDrawClusterHUAWEI
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDrawClusterIndirectHUAWEI
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset) void
VkDeviceCommands.cmdDrawIndexed
(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) void
VkDeviceCommands.cmdDrawIndexedIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectByteCountEXT
(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) void
VkDeviceCommands.cmdDrawIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksEXT
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksNV
(VkCommandBuffer commandBuffer, int taskCount, int firstTask) void
VkDeviceCommands.cmdDrawMultiEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) void
VkDeviceCommands.cmdDrawMultiIndexedEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) void
VkDeviceCommands.cmdEncodeVideoKHR
(VkCommandBuffer commandBuffer, VkVideoEncodeInfoKHR pEncodeInfo) void
VkDeviceCommands.cmdEndConditionalRenderingEXT
(VkCommandBuffer commandBuffer) void
VkInstanceCommands.cmdEndDebugUtilsLabelEXT
(VkCommandBuffer commandBuffer) void
VkDeviceCommands.cmdEndPerTileExecutionQCOM
(VkCommandBuffer commandBuffer, VkPerTileEndInfoQCOM pPerTileEndInfo) void
VkDeviceCommands.cmdEndQuery
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdEndQueryIndexedEXT
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int index) void
VkDeviceCommands.cmdEndRendering
(VkCommandBuffer commandBuffer) void
VkDeviceCommands.cmdEndRendering2EXT
(VkCommandBuffer commandBuffer, @Nullable VkRenderingEndInfoEXT pRenderingEndInfo) void
VkDeviceCommands.cmdEndRenderingKHR
(VkCommandBuffer commandBuffer) void
VkDeviceCommands.cmdEndRenderPass
(VkCommandBuffer commandBuffer) void
VkDeviceCommands.cmdEndRenderPass2
(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdEndRenderPass2KHR
(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdEndTransformFeedbackEXT
(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) void
VkDeviceCommands.cmdEndVideoCodingKHR
(VkCommandBuffer commandBuffer, VkVideoEndCodingInfoKHR pEndCodingInfo) void
VkDeviceCommands.cmdExecuteCommands
(VkCommandBuffer commandBuffer, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) void
VkDeviceCommands.cmdExecuteGeneratedCommandsEXT
(VkCommandBuffer commandBuffer, int isPreprocessed, VkGeneratedCommandsInfoEXT pGeneratedCommandsInfo) void
VkDeviceCommands.cmdExecuteGeneratedCommandsNV
(VkCommandBuffer commandBuffer, int isPreprocessed, VkGeneratedCommandsInfoNV pGeneratedCommandsInfo) void
VkDeviceCommands.cmdFillBuffer
(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long size, int data) void
VkDeviceCommands.cmdInitializeGraphScratchMemoryAMDX
(VkCommandBuffer commandBuffer, VkPipeline executionGraph, long scratch, long scratchSize) void
VkInstanceCommands.cmdInsertDebugUtilsLabelEXT
(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) void
VkDeviceCommands.cmdNextSubpass
(VkCommandBuffer commandBuffer, int contents) void
VkDeviceCommands.cmdNextSubpass2
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdNextSubpass2KHR
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdOpticalFlowExecuteNV
(VkCommandBuffer commandBuffer, VkOpticalFlowSessionNV session, VkOpticalFlowExecuteInfoNV pExecuteInfo) void
VkDeviceCommands.cmdPipelineBarrier
(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) void
VkDeviceCommands.cmdPipelineBarrier2
(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdPipelineBarrier2KHR
(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdPreprocessGeneratedCommandsEXT
(VkCommandBuffer commandBuffer, VkGeneratedCommandsInfoEXT pGeneratedCommandsInfo, VkCommandBuffer stateCommandBuffer) void
VkDeviceCommands.cmdPreprocessGeneratedCommandsNV
(VkCommandBuffer commandBuffer, VkGeneratedCommandsInfoNV pGeneratedCommandsInfo) void
VkDeviceCommands.cmdPushConstants
(VkCommandBuffer commandBuffer, VkPipelineLayout layout, int stageFlags, int offset, int size, @NotNull MemorySegment pValues) void
VkDeviceCommands.cmdPushConstants2
(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) void
VkDeviceCommands.cmdPushConstants2KHR
(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) void
VkDeviceCommands.cmdPushDescriptorSet
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) void
VkDeviceCommands.cmdPushDescriptorSet2
(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) void
VkDeviceCommands.cmdPushDescriptorSet2KHR
(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) void
VkDeviceCommands.cmdPushDescriptorSetKHR
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) void
VkDeviceCommands.cmdPushDescriptorSetWithTemplate
(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, @NotNull MemorySegment pData) void
VkDeviceCommands.cmdPushDescriptorSetWithTemplate2
(VkCommandBuffer commandBuffer, VkPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo) void
VkDeviceCommands.cmdPushDescriptorSetWithTemplate2KHR
(VkCommandBuffer commandBuffer, VkPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo) void
VkDeviceCommands.cmdPushDescriptorSetWithTemplateKHR
(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, @NotNull MemorySegment pData) void
VkDeviceCommands.cmdRefreshObjectsKHR
(VkCommandBuffer commandBuffer, VkRefreshObjectListKHR pRefreshObjects) void
VkDeviceCommands.cmdResetEvent
(VkCommandBuffer commandBuffer, VkEvent event, int stageMask) void
VkDeviceCommands.cmdResetEvent2
(VkCommandBuffer commandBuffer, VkEvent event, long stageMask) void
VkDeviceCommands.cmdResetEvent2KHR
(VkCommandBuffer commandBuffer, VkEvent event, long stageMask) void
VkDeviceCommands.cmdResetQueryPool
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.cmdResolveImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageResolve pRegions) void
VkDeviceCommands.cmdResolveImage2
(VkCommandBuffer commandBuffer, VkResolveImageInfo2 pResolveImageInfo) void
VkDeviceCommands.cmdResolveImage2KHR
(VkCommandBuffer commandBuffer, VkResolveImageInfo2 pResolveImageInfo) void
VkDeviceCommands.cmdSetAlphaToCoverageEnableEXT
(VkCommandBuffer commandBuffer, int alphaToCoverageEnable) void
VkDeviceCommands.cmdSetAlphaToOneEnableEXT
(VkCommandBuffer commandBuffer, int alphaToOneEnable) void
VkDeviceCommands.cmdSetAttachmentFeedbackLoopEnableEXT
(VkCommandBuffer commandBuffer, int aspectMask) void
VkDeviceCommands.cmdSetBlendConstants
(VkCommandBuffer commandBuffer, float blendConstants) void
VkDeviceCommands.cmdSetCheckpointNV
(VkCommandBuffer commandBuffer, @NotNull MemorySegment pCheckpointMarker) void
VkDeviceCommands.cmdSetCoarseSampleOrderNV
(VkCommandBuffer commandBuffer, int sampleOrderType, int customSampleOrderCount, @Nullable IVkCoarseSampleOrderCustomNV pCustomSampleOrders) void
VkDeviceCommands.cmdSetColorBlendAdvancedEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendAdvancedEXT pColorBlendAdvanced) void
VkDeviceCommands.cmdSetColorBlendEnableEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) void
VkDeviceCommands.cmdSetColorBlendEquationEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendEquationEXT pColorBlendEquations) void
VkDeviceCommands.cmdSetColorWriteEnableEXT
(VkCommandBuffer commandBuffer, int attachmentCount, IntPtr pColorWriteEnables) void
VkDeviceCommands.cmdSetColorWriteMaskEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorWriteMasks) void
VkDeviceCommands.cmdSetConservativeRasterizationModeEXT
(VkCommandBuffer commandBuffer, int conservativeRasterizationMode) void
VkDeviceCommands.cmdSetCoverageModulationModeNV
(VkCommandBuffer commandBuffer, int coverageModulationMode) void
VkDeviceCommands.cmdSetCoverageModulationTableEnableNV
(VkCommandBuffer commandBuffer, int coverageModulationTableEnable) void
VkDeviceCommands.cmdSetCoverageModulationTableNV
(VkCommandBuffer commandBuffer, int coverageModulationTableCount, FloatPtr pCoverageModulationTable) void
VkDeviceCommands.cmdSetCoverageReductionModeNV
(VkCommandBuffer commandBuffer, int coverageReductionMode) void
VkDeviceCommands.cmdSetCoverageToColorEnableNV
(VkCommandBuffer commandBuffer, int coverageToColorEnable) void
VkDeviceCommands.cmdSetCoverageToColorLocationNV
(VkCommandBuffer commandBuffer, int coverageToColorLocation) void
VkDeviceCommands.cmdSetCullMode
(VkCommandBuffer commandBuffer, int cullMode) void
VkDeviceCommands.cmdSetCullModeEXT
(VkCommandBuffer commandBuffer, int cullMode) void
VkDeviceCommands.cmdSetDepthBias
(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor) void
VkDeviceCommands.cmdSetDepthBias2EXT
(VkCommandBuffer commandBuffer, VkDepthBiasInfoEXT pDepthBiasInfo) void
VkDeviceCommands.cmdSetDepthBiasEnable
(VkCommandBuffer commandBuffer, int depthBiasEnable) void
VkDeviceCommands.cmdSetDepthBiasEnableEXT
(VkCommandBuffer commandBuffer, int depthBiasEnable) void
VkDeviceCommands.cmdSetDepthBounds
(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) void
VkDeviceCommands.cmdSetDepthBoundsTestEnable
(VkCommandBuffer commandBuffer, int depthBoundsTestEnable) void
VkDeviceCommands.cmdSetDepthBoundsTestEnableEXT
(VkCommandBuffer commandBuffer, int depthBoundsTestEnable) void
VkDeviceCommands.cmdSetDepthClampEnableEXT
(VkCommandBuffer commandBuffer, int depthClampEnable) void
VkDeviceCommands.cmdSetDepthClampRangeEXT
(VkCommandBuffer commandBuffer, int depthClampMode, @Nullable VkDepthClampRangeEXT pDepthClampRange) void
VkDeviceCommands.cmdSetDepthClipEnableEXT
(VkCommandBuffer commandBuffer, int depthClipEnable) void
VkDeviceCommands.cmdSetDepthClipNegativeOneToOneEXT
(VkCommandBuffer commandBuffer, int negativeOneToOne) void
VkDeviceCommands.cmdSetDepthCompareOp
(VkCommandBuffer commandBuffer, int depthCompareOp) void
VkDeviceCommands.cmdSetDepthCompareOpEXT
(VkCommandBuffer commandBuffer, int depthCompareOp) void
VkDeviceCommands.cmdSetDepthTestEnable
(VkCommandBuffer commandBuffer, int depthTestEnable) void
VkDeviceCommands.cmdSetDepthTestEnableEXT
(VkCommandBuffer commandBuffer, int depthTestEnable) void
VkDeviceCommands.cmdSetDepthWriteEnable
(VkCommandBuffer commandBuffer, int depthWriteEnable) void
VkDeviceCommands.cmdSetDepthWriteEnableEXT
(VkCommandBuffer commandBuffer, int depthWriteEnable) void
VkDeviceCommands.cmdSetDescriptorBufferOffsets2EXT
(VkCommandBuffer commandBuffer, VkSetDescriptorBufferOffsetsInfoEXT pSetDescriptorBufferOffsetsInfo) void
VkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) void
VkDeviceCommands.cmdSetDeviceMask
(VkCommandBuffer commandBuffer, int deviceMask) void
VkDeviceCommands.cmdSetDeviceMaskKHR
(VkCommandBuffer commandBuffer, int deviceMask) void
VkDeviceCommands.cmdSetDiscardRectangleEnableEXT
(VkCommandBuffer commandBuffer, int discardRectangleEnable) void
VkDeviceCommands.cmdSetDiscardRectangleEXT
(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) void
VkDeviceCommands.cmdSetDiscardRectangleModeEXT
(VkCommandBuffer commandBuffer, int discardRectangleMode) void
VkDeviceCommands.cmdSetEvent
(VkCommandBuffer commandBuffer, VkEvent event, int stageMask) void
VkDeviceCommands.cmdSetEvent2
(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdSetEvent2KHR
(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdSetExclusiveScissorEnableNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) void
VkDeviceCommands.cmdSetExclusiveScissorNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) void
VkDeviceCommands.cmdSetExtraPrimitiveOverestimationSizeEXT
(VkCommandBuffer commandBuffer, float extraPrimitiveOverestimationSize) void
VkDeviceCommands.cmdSetFragmentShadingRateEnumNV
(VkCommandBuffer commandBuffer, int shadingRate, int combinerOps) void
VkDeviceCommands.cmdSetFragmentShadingRateKHR
(VkCommandBuffer commandBuffer, VkExtent2D pFragmentSize, int combinerOps) void
VkDeviceCommands.cmdSetFrontFace
(VkCommandBuffer commandBuffer, int frontFace) void
VkDeviceCommands.cmdSetFrontFaceEXT
(VkCommandBuffer commandBuffer, int frontFace) void
VkDeviceCommands.cmdSetLineRasterizationModeEXT
(VkCommandBuffer commandBuffer, int lineRasterizationMode) void
VkDeviceCommands.cmdSetLineStipple
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLineStippleEnableEXT
(VkCommandBuffer commandBuffer, int stippledLineEnable) void
VkDeviceCommands.cmdSetLineStippleEXT
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLineStippleKHR
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLineWidth
(VkCommandBuffer commandBuffer, float lineWidth) void
VkDeviceCommands.cmdSetLogicOpEnableEXT
(VkCommandBuffer commandBuffer, int logicOpEnable) void
VkDeviceCommands.cmdSetLogicOpEXT
(VkCommandBuffer commandBuffer, int logicOp) void
VkDeviceCommands.cmdSetPatchControlPointsEXT
(VkCommandBuffer commandBuffer, int patchControlPoints) int
VkDeviceCommands.cmdSetPerformanceMarkerINTEL
(VkCommandBuffer commandBuffer, VkPerformanceMarkerInfoINTEL pMarkerInfo) int
VkDeviceCommands.cmdSetPerformanceOverrideINTEL
(VkCommandBuffer commandBuffer, VkPerformanceOverrideInfoINTEL pOverrideInfo) int
VkDeviceCommands.cmdSetPerformanceStreamMarkerINTEL
(VkCommandBuffer commandBuffer, VkPerformanceStreamMarkerInfoINTEL pMarkerInfo) void
VkDeviceCommands.cmdSetPolygonModeEXT
(VkCommandBuffer commandBuffer, int polygonMode) void
VkDeviceCommands.cmdSetPrimitiveRestartEnable
(VkCommandBuffer commandBuffer, int primitiveRestartEnable) void
VkDeviceCommands.cmdSetPrimitiveRestartEnableEXT
(VkCommandBuffer commandBuffer, int primitiveRestartEnable) void
VkDeviceCommands.cmdSetPrimitiveTopology
(VkCommandBuffer commandBuffer, int primitiveTopology) void
VkDeviceCommands.cmdSetPrimitiveTopologyEXT
(VkCommandBuffer commandBuffer, int primitiveTopology) void
VkDeviceCommands.cmdSetProvokingVertexModeEXT
(VkCommandBuffer commandBuffer, int provokingVertexMode) void
VkDeviceCommands.cmdSetRasterizationSamplesEXT
(VkCommandBuffer commandBuffer, int rasterizationSamples) void
VkDeviceCommands.cmdSetRasterizationStreamEXT
(VkCommandBuffer commandBuffer, int rasterizationStream) void
VkDeviceCommands.cmdSetRasterizerDiscardEnable
(VkCommandBuffer commandBuffer, int rasterizerDiscardEnable) void
VkDeviceCommands.cmdSetRasterizerDiscardEnableEXT
(VkCommandBuffer commandBuffer, int rasterizerDiscardEnable) void
VkDeviceCommands.cmdSetRayTracingPipelineStackSizeKHR
(VkCommandBuffer commandBuffer, int pipelineStackSize) void
VkDeviceCommands.cmdSetRenderingAttachmentLocations
(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) void
VkDeviceCommands.cmdSetRenderingAttachmentLocationsKHR
(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) void
VkDeviceCommands.cmdSetRenderingInputAttachmentIndices
(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) void
VkDeviceCommands.cmdSetRenderingInputAttachmentIndicesKHR
(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) void
VkDeviceCommands.cmdSetRepresentativeFragmentTestEnableNV
(VkCommandBuffer commandBuffer, int representativeFragmentTestEnable) void
VkDeviceCommands.cmdSetSampleLocationsEnableEXT
(VkCommandBuffer commandBuffer, int sampleLocationsEnable) void
VkDeviceCommands.cmdSetSampleLocationsEXT
(VkCommandBuffer commandBuffer, VkSampleLocationsInfoEXT pSampleLocationsInfo) void
VkDeviceCommands.cmdSetSampleMaskEXT
(VkCommandBuffer commandBuffer, int samples, IntPtr pSampleMask) void
VkDeviceCommands.cmdSetScissor
(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, IVkRect2D pScissors) void
VkDeviceCommands.cmdSetScissorWithCount
(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) void
VkDeviceCommands.cmdSetScissorWithCountEXT
(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) void
VkDeviceCommands.cmdSetShadingRateImageEnableNV
(VkCommandBuffer commandBuffer, int shadingRateImageEnable) void
VkDeviceCommands.cmdSetStencilCompareMask
(VkCommandBuffer commandBuffer, int faceMask, int compareMask) void
VkDeviceCommands.cmdSetStencilOp
(VkCommandBuffer commandBuffer, int faceMask, int failOp, int passOp, int depthFailOp, int compareOp) void
VkDeviceCommands.cmdSetStencilOpEXT
(VkCommandBuffer commandBuffer, int faceMask, int failOp, int passOp, int depthFailOp, int compareOp) void
VkDeviceCommands.cmdSetStencilReference
(VkCommandBuffer commandBuffer, int faceMask, int reference) void
VkDeviceCommands.cmdSetStencilTestEnable
(VkCommandBuffer commandBuffer, int stencilTestEnable) void
VkDeviceCommands.cmdSetStencilTestEnableEXT
(VkCommandBuffer commandBuffer, int stencilTestEnable) void
VkDeviceCommands.cmdSetStencilWriteMask
(VkCommandBuffer commandBuffer, int faceMask, int writeMask) void
VkDeviceCommands.cmdSetTessellationDomainOriginEXT
(VkCommandBuffer commandBuffer, int domainOrigin) void
VkDeviceCommands.cmdSetVertexInputEXT
(VkCommandBuffer commandBuffer, int vertexBindingDescriptionCount, @Nullable IVkVertexInputBindingDescription2EXT pVertexBindingDescriptions, int vertexAttributeDescriptionCount, @Nullable IVkVertexInputAttributeDescription2EXT pVertexAttributeDescriptions) void
VkDeviceCommands.cmdSetViewport
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportShadingRatePaletteNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkShadingRatePaletteNV pShadingRatePalettes) void
VkDeviceCommands.cmdSetViewportSwizzleNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportSwizzleNV pViewportSwizzles) void
VkDeviceCommands.cmdSetViewportWithCount
(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportWithCountEXT
(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportWScalingEnableNV
(VkCommandBuffer commandBuffer, int viewportWScalingEnable) void
VkDeviceCommands.cmdSetViewportWScalingNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportWScalingNV pViewportWScalings) void
VkDeviceCommands.cmdSubpassShadingHUAWEI
(VkCommandBuffer commandBuffer) void
VkDeviceCommands.cmdTraceRaysIndirect2KHR
(VkCommandBuffer commandBuffer, long indirectDeviceAddress) void
VkDeviceCommands.cmdTraceRaysIndirectKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) void
VkDeviceCommands.cmdTraceRaysKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdUpdateBuffer
(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long dataSize, @NotNull MemorySegment pData) void
VkDeviceCommands.cmdUpdatePipelineIndirectBufferNV
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipeline pipeline) void
VkDeviceCommands.cmdWaitEvents
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) void
VkDeviceCommands.cmdWaitEvents2
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) void
VkDeviceCommands.cmdWaitEvents2KHR
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) void
VkDeviceCommands.cmdWriteAccelerationStructuresPropertiesKHR
(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteAccelerationStructuresPropertiesNV
(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteBufferMarker2AMD
(VkCommandBuffer commandBuffer, long stage, VkBuffer dstBuffer, long dstOffset, int marker) void
VkDeviceCommands.cmdWriteBufferMarkerAMD
(VkCommandBuffer commandBuffer, int pipelineStage, VkBuffer dstBuffer, long dstOffset, int marker) void
VkDeviceCommands.cmdWriteMicromapsPropertiesEXT
(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteTimestamp
(VkCommandBuffer commandBuffer, int pipelineStage, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdWriteTimestamp2
(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdWriteTimestamp2KHR
(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) int
VkDeviceCommands.endCommandBuffer
(VkCommandBuffer commandBuffer) int
VkDeviceCommands.resetCommandBuffer
(VkCommandBuffer commandBuffer, int flags) -
Uses of VkCommandBuffer in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCommandBufferModifier and TypeMethodDescription@Nullable VkCommandBuffer
VkCommandBufferSubmitInfo.commandBuffer()
Methods in club.doki7.vulkan.datatype with parameters of type VkCommandBufferModifier and TypeMethodDescriptionVkCommandBufferSubmitInfo.commandBuffer
(@Nullable VkCommandBuffer value) -
Uses of VkCommandBuffer in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkCommandBufferModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkCommandBuffer
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkCommandBufferModifier and TypeMethodDescription@Nullable VkCommandBuffer
VkCommandBuffer.Ptr.read()
@Nullable VkCommandBuffer
VkCommandBuffer.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkCommandBufferModifier and TypeMethodDescription@NotNull Iterator
<VkCommandBuffer> VkCommandBuffer.Ptr.iterator()
Methods in club.doki7.vulkan.handle with parameters of type VkCommandBufferModifier and TypeMethodDescriptionstatic VkCommandBuffer.Ptr
VkCommandBuffer.Ptr.allocate
(Arena arena, @Nullable VkCommandBuffer @NotNull [] values) static VkCommandBuffer.Ptr
VkCommandBuffer.Ptr.allocateV
(Arena arena, @Nullable VkCommandBuffer value0, @Nullable VkCommandBuffer... values) void
VkCommandBuffer.Ptr.write
(long index, @Nullable VkCommandBuffer value) void
VkCommandBuffer.Ptr.write
(@Nullable VkCommandBuffer value) void
VkCommandBuffer.Ptr.write
(@Nullable VkCommandBuffer[] values) void
VkCommandBuffer.Ptr.writeV
(@Nullable VkCommandBuffer value0, @Nullable VkCommandBuffer... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkCommandBufferModifier and TypeMethodDescriptionstatic VkCommandBuffer.Ptr
VkCommandBuffer.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkCommandBuffer> values)