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, 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()VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas()VkRect2D[]VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas(int assumedCount) VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles()VkRect2D[]VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles(int assumedCount) VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors()VkRect2D[]VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors(int assumedCount) VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas()VkRect2D[]VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas(int assumedCount) VkOpticalFlowExecuteInfoNV.pRegions()VkRect2D[]VkOpticalFlowExecuteInfoNV.pRegions(int assumedCount) VkPipelineViewportStateCreateInfo.pScissors()VkRect2D[]VkPipelineViewportStateCreateInfo.pScissors(int assumedCount) VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions()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(VkRect2D value) voidVkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles(VkRect2D value) voidVkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors(VkRect2D value) voidVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas(VkRect2D value) voidvoidvoidVkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions(VkRect2D value) voidvoidVkCommandBufferInheritanceRenderPassTransformInfoQCOM.renderArea(VkRect2D value) voidVkRenderingInfo.renderArea(VkRect2D value) voidVkRenderPassBeginInfo.renderArea(VkRect2D value) voidvoidVkRenderPassStripeInfoARM.stripeArea(VkRect2D value)