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 TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetDiscardRectangleEXT
(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) void
VkDeviceCommands.cmdSetExclusiveScissorNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) void
VkDeviceCommands.cmdSetScissor
(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, IVkRect2D pScissors) void
VkDeviceCommands.cmdSetScissorWithCount
(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) void
VkDeviceCommands.cmdSetScissorWithCountEXT
(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) int
VkInstanceCommands.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 record
Represents a pointer to aVkRect2D
structure in native memory.static final record
Represents a pointer to / an array ofVkRect2D
structure(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)