Uses of Interface
club.doki7.vulkan.datatype.IVkViewport
Packages that use IVkViewport
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkViewport in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkViewportModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetViewport
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportWithCount
(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportWithCountEXT
(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) -
Uses of IVkViewport in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkViewportModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkViewport
structure in native memory.static final record
Represents a pointer to / an array ofVkViewport
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkViewportModifier and TypeMethodDescriptionVkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepths
(@Nullable IVkViewport value) VkPipelineViewportStateCreateInfo.pViewports
(@Nullable IVkViewport value)