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 TypeMethodDescriptionvoidVkDeviceCommands.cmdSetViewport(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.cmdSetViewportWithCount(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.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 recordRepresents a pointer to aVkViewportstructure in native memory.static final recordRepresents a pointer to / an array ofVkViewportstructure(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)