Interface VulkanCommandBufferSubmitInfoType
- All Known Implementing Classes:
VulkanCommandBufferSubmitInfo
@Immutable
public interface VulkanCommandBufferSubmitInfoType
The type of Vulkan command buffer submission information.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault long
-
Method Details
-
commandBuffer
VulkanCommandBufferType commandBuffer()- Returns:
- The command buffer
-
deviceMask
@Default default long deviceMask()- Returns:
- A bitmask indicating which devices in a device group execute the command buffer
-