Uses of Record Class
com.mojang.blaze3d.vulkan.VulkanQueue.Submission.SemaphoreOp
Packages that use VulkanQueue.Submission.SemaphoreOp
-
Uses of VulkanQueue.Submission.SemaphoreOp in com.mojang.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan with type parameters of type VulkanQueue.Submission.SemaphoreOpModifier and TypeFieldDescriptionprivate final List<VulkanQueue.Submission.SemaphoreOp> VulkanQueue.Submission.SubmitStage.signalsThe field for thesignalsrecord component.private final List<VulkanQueue.Submission.SemaphoreOp> VulkanQueue.Submission.SubmitStage.waitsThe field for thewaitsrecord component.Methods in com.mojang.blaze3d.vulkan that return types with arguments of type VulkanQueue.Submission.SemaphoreOpModifier and TypeMethodDescriptionVulkanQueue.Submission.SubmitStage.signals()Returns the value of thesignalsrecord component.VulkanQueue.Submission.SubmitStage.waits()Returns the value of thewaitsrecord component.Constructor parameters in com.mojang.blaze3d.vulkan with type arguments of type VulkanQueue.Submission.SemaphoreOpModifierConstructorDescriptionprivateSubmitStage(List<VulkanQueue.Submission.SemaphoreOp> waits, List<VkCommandBuffer> commandBuffers, List<VulkanQueue.Submission.SemaphoreOp> signals) Creates an instance of aSubmitStagerecord class.