Uses of Interface
club.doki7.vulkan.datatype.IVkViewportWScalingNV
Packages that use IVkViewportWScalingNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkViewportWScalingNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkViewportWScalingNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetViewportWScalingNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportWScalingNV pViewportWScalings) -
Uses of IVkViewportWScalingNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkViewportWScalingNVModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkViewportWScalingNV
structure in native memory.static final record
Represents a pointer to / an array ofVkViewportWScalingNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkViewportWScalingNVModifier and TypeMethodDescriptionVkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalings
(@Nullable IVkViewportWScalingNV value)