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 recordRepresents a pointer to / an array ofVkViewportWScalingNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkViewportWScalingNVModifier and TypeMethodDescriptionstatic VkViewportWScalingNV@NotNull VkViewportWScalingNVVkViewportWScalingNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkViewportWScalingNVVkViewportWScalingNV.clone(Arena arena, VkViewportWScalingNV src) @Nullable VkViewportWScalingNVVkPipelineViewportWScalingStateCreateInfoNV.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 VkViewportWScalingNVVkViewportWScalingNV.clone(Arena arena, VkViewportWScalingNV src) voidVkViewportWScalingNV.Ptr.write(long index, @NotNull VkViewportWScalingNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkViewportWScalingNVModifier and TypeMethodDescriptionVkViewportWScalingNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkViewportWScalingNV> consumer)