Uses of Record Class
club.doki7.vulkan.datatype.VkRect2D
Packages that use VkRect2D
-
Uses of VkRect2D in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRect2DModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRect2D
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRect2DModifier and TypeMethodDescriptionstatic VkRect2D
@NotNull VkRect2D
VkRect2D.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkRect2D
@NotNull VkRect2D
VkDisplayPresentInfoKHR.dstRect()
VkRect2D.extent
(@NotNull VkExtent2D value) VkRect2D.extent
(Consumer<@NotNull VkExtent2D> consumer) VkRect2D.offset
(@NotNull VkOffset2D value) VkRect2D.offset
(Consumer<@NotNull VkOffset2D> consumer) @Nullable VkRect2D
VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas()
@Nullable VkRect2D
VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles()
@Nullable VkRect2D
VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors()
@Nullable VkRect2D
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas()
@Nullable VkRect2D
VkOpticalFlowExecuteInfoNV.pRegions()
@Nullable VkRect2D
VkPipelineViewportStateCreateInfo.pScissors()
@Nullable VkRect2D
VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions()
@NotNull VkRect2D
VkClearRect.rect()
@NotNull VkRect2D
VkCommandBufferInheritanceRenderPassTransformInfoQCOM.renderArea()
@NotNull VkRect2D
VkRenderingInfo.renderArea()
@NotNull VkRect2D
VkRenderPassBeginInfo.renderArea()
@NotNull VkRect2D
VkDisplayPresentInfoKHR.srcRect()
@NotNull VkRect2D
VkRenderPassStripeInfoARM.stripeArea()
VkRect2D[]
VkRect2D.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRect2DMethods in club.doki7.vulkan.datatype with parameters of type VkRect2DModifier and TypeMethodDescriptionstatic VkRect2D
VkCommandBufferInheritanceRenderPassTransformInfoQCOM.renderArea
(@NotNull VkRect2D value) VkRenderingInfo.renderArea
(@NotNull VkRect2D value) VkRenderPassBeginInfo.renderArea
(@NotNull VkRect2D value) VkRenderPassStripeInfoARM.stripeArea
(@NotNull VkRect2D value) void
Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRect2DModifier and TypeMethodDescriptionVkCommandBufferInheritanceRenderPassTransformInfoQCOM.renderArea
(Consumer<@NotNull VkRect2D> consumer) VkRenderingInfo.renderArea
(Consumer<@NotNull VkRect2D> consumer) VkRenderPassBeginInfo.renderArea
(Consumer<@NotNull VkRect2D> consumer) VkRenderPassStripeInfoARM.stripeArea
(Consumer<@NotNull VkRect2D> consumer)