Uses of Interface
club.doki7.vulkan.datatype.IVkRect2D
Packages that use IVkRect2D
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of IVkRect2D in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkRect2DModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdSetDiscardRectangleEXT(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) voidVkDeviceCommands.cmdSetExclusiveScissorNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) voidVkDeviceCommands.cmdSetScissor(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetScissorWithCount(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetScissorWithCountEXT(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) intVkInstanceCommands.getPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, IntPtr pRectCount, @Nullable IVkRect2D pRects) -
Uses of IVkRect2D in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkRect2DModifier and TypeClassDescriptionfinal recordRepresents a pointer to aVkRect2Dstructure in native memory.static final recordRepresents a pointer to / an array ofVkRect2Dstructure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkRect2DModifier and TypeMethodDescriptionVkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas(@Nullable IVkRect2D value) VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles(@Nullable IVkRect2D value) VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors(@Nullable IVkRect2D value) VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas(@Nullable IVkRect2D value) VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions(@Nullable IVkRect2D value)