Package icyllis.arc3d.vulkan
Class VulkanPrimaryCommandBuffer
java.lang.Object
icyllis.arc3d.engine.CommandBuffer
icyllis.arc3d.vulkan.VulkanCommandBuffer
icyllis.arc3d.vulkan.VulkanPrimaryCommandBuffer
-
Field Summary
Fields inherited from class icyllis.arc3d.vulkan.VulkanCommandBuffer
mCommandBuffer, mIsRecording -
Method Summary
Modifier and TypeMethodDescriptionstatic VulkanPrimaryCommandBuffercreate(VulkanDevice device, long commandPool) Methods inherited from class icyllis.arc3d.vulkan.VulkanCommandBuffer
begin, beginRenderPass, bindGraphicsPipeline, bindIndexBuffer, bindTextureSampler, bindUniformBuffer, bindVertexBuffer, bindVertexBuffers, checkFinishedAndReset, draw, drawIndexed, drawIndexedInstanced, drawInstanced, endRenderPass, isRecording, onCopyBuffer, onCopyBufferToImage, onCopyImage, setScissor, setViewport, submit, waitUntilFinishedMethods inherited from class icyllis.arc3d.engine.CommandBuffer
callFinishedCallbacks, copyBuffer, copyBufferToImage, copyImage, releaseResources, trackCommandBufferResource, trackResource, trackResource
-
Method Details
-
create
-