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 recordRepresents a pointer to / an array ofVkRect2Dstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRect2DModifier and TypeMethodDescriptionstatic VkRect2D@NotNull VkRect2DVkRect2D.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkRect2D@NotNull VkRect2DVkDisplayPresentInfoKHR.dstRect()VkRect2D.extent(@NotNull VkExtent2D value) VkRect2D.extent(Consumer<@NotNull VkExtent2D> consumer) VkRect2D.offset(@NotNull VkOffset2D value) VkRect2D.offset(Consumer<@NotNull VkOffset2D> consumer) @Nullable VkRect2DVkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas()@Nullable VkRect2DVkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles()@Nullable VkRect2DVkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors()@Nullable VkRect2DVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas()@Nullable VkRect2DVkOpticalFlowExecuteInfoNV.pRegions()@Nullable VkRect2DVkPipelineViewportStateCreateInfo.pScissors()@Nullable VkRect2DVkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions()@NotNull VkRect2DVkClearRect.rect()@NotNull VkRect2DVkCommandBufferInheritanceRenderPassTransformInfoQCOM.renderArea()@NotNull VkRect2DVkRenderingInfo.renderArea()@NotNull VkRect2DVkRenderPassBeginInfo.renderArea()@NotNull VkRect2DVkDisplayPresentInfoKHR.srcRect()@NotNull VkRect2DVkRenderPassStripeInfoARM.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 VkRect2DVkCommandBufferInheritanceRenderPassTransformInfoQCOM.renderArea(@NotNull VkRect2D value) VkRenderingInfo.renderArea(@NotNull VkRect2D value) VkRenderPassBeginInfo.renderArea(@NotNull VkRect2D value) VkRenderPassStripeInfoARM.stripeArea(@NotNull VkRect2D value) voidMethod 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)