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