Uses of Record Class
club.doki7.vulkan.datatype.VkViewportWScalingNV
Packages that use VkViewportWScalingNV
-
Uses of VkViewportWScalingNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkViewportWScalingNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkViewportWScalingNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkViewportWScalingNVModifier and TypeMethodDescriptionstatic VkViewportWScalingNV
@NotNull VkViewportWScalingNV
VkViewportWScalingNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkViewportWScalingNV
VkViewportWScalingNV.clone
(Arena arena, VkViewportWScalingNV src) @Nullable VkViewportWScalingNV
VkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalings()
VkViewportWScalingNV.Ptr.toArray()
VkViewportWScalingNV.xcoeff
(float value) VkViewportWScalingNV.ycoeff
(float value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkViewportWScalingNVModifier and TypeMethodDescription@NotNull Iterator
<VkViewportWScalingNV> VkViewportWScalingNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkViewportWScalingNVModifier and TypeMethodDescriptionstatic VkViewportWScalingNV
VkViewportWScalingNV.clone
(Arena arena, VkViewportWScalingNV src) void
VkViewportWScalingNV.Ptr.write
(long index, @NotNull VkViewportWScalingNV value)