Uses of Record Class
tech.icey.vk4j.datatype.VkRect2D
Packages that use VkRect2D
-
Uses of VkRect2D in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkRect2DModifier and TypeMethodDescriptionvoidDeviceCommands.vkCmdSetDiscardRectangleEXT(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, VkRect2D pDiscardRectangles) voidDeviceCommands.vkCmdSetExclusiveScissorNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, VkRect2D pExclusiveScissors) voidDeviceCommands.vkCmdSetScissor(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, VkRect2D pScissors) voidDeviceCommands.vkCmdSetScissorWithCount(VkCommandBuffer commandBuffer, int scissorCount, VkRect2D pScissors) intDeviceCommands.vkGetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, tech.icey.panama.buffer.IntBuffer pRectCount, @Nullable VkRect2D pRects) -
Uses of VkRect2D in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkRect2DModifier and TypeMethodDescriptionstatic VkRect2Dstatic VkRect2D[]static VkRect2Dstatic VkRect2D[]VkDisplayPresentInfoKHR.dstRect()@Nullable VkRect2DVkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas()@Nullable VkRect2D[]VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas(int assumedCount) @Nullable VkRect2DVkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles()@Nullable VkRect2D[]VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles(int assumedCount) @Nullable VkRect2DVkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors()@Nullable VkRect2D[]VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors(int assumedCount) @Nullable VkRect2DVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas()@Nullable VkRect2D[]VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas(int assumedCount) @Nullable VkRect2DVkOpticalFlowExecuteInfoNV.pRegions()@Nullable VkRect2D[]VkOpticalFlowExecuteInfoNV.pRegions(int assumedCount) @Nullable VkRect2DVkPipelineViewportStateCreateInfo.pScissors()@Nullable VkRect2D[]VkPipelineViewportStateCreateInfo.pScissors(int assumedCount) @Nullable VkRect2DVkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions()@Nullable VkRect2D[]VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions(int assumedCount) VkClearRect.rect()VkCommandBufferInheritanceRenderPassTransformInfoQCOM.renderArea()VkRenderingInfo.renderArea()VkRenderPassBeginInfo.renderArea()VkDisplayPresentInfoKHR.srcRect()VkRenderPassStripeInfoARM.stripeArea()Methods in tech.icey.vk4j.datatype with parameters of type VkRect2DModifier and TypeMethodDescriptionstatic VkRect2Dstatic VkRect2D[]voidvoidVkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas(@Nullable VkRect2D value) voidVkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles(@Nullable VkRect2D value) voidVkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors(@Nullable VkRect2D value) voidVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas(@Nullable VkRect2D value) voidvoidvoidVkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions(@Nullable VkRect2D value) voidvoidVkCommandBufferInheritanceRenderPassTransformInfoQCOM.renderArea(VkRect2D value) voidVkRenderingInfo.renderArea(VkRect2D value) voidVkRenderPassBeginInfo.renderArea(VkRect2D value) voidvoidVkRenderPassStripeInfoARM.stripeArea(VkRect2D value)