Uses of Record Class
club.doki7.vulkan.datatype.VkViewportSwizzleNV
Packages that use VkViewportSwizzleNV
-
Uses of VkViewportSwizzleNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkViewportSwizzleNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkViewportSwizzleNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkViewportSwizzleNVModifier and TypeMethodDescriptionstatic VkViewportSwizzleNV@NotNull VkViewportSwizzleNVVkViewportSwizzleNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkViewportSwizzleNVVkViewportSwizzleNV.clone(Arena arena, VkViewportSwizzleNV src) @Nullable VkViewportSwizzleNVVkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzles()VkViewportSwizzleNV.Ptr.toArray()VkViewportSwizzleNV.w(int value) VkViewportSwizzleNV.x(int value) VkViewportSwizzleNV.y(int value) VkViewportSwizzleNV.z(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkViewportSwizzleNVModifier and TypeMethodDescription@NotNull Iterator<VkViewportSwizzleNV> VkViewportSwizzleNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkViewportSwizzleNVModifier and TypeMethodDescriptionstatic VkViewportSwizzleNVVkViewportSwizzleNV.clone(Arena arena, VkViewportSwizzleNV src) voidVkViewportSwizzleNV.Ptr.write(long index, @NotNull VkViewportSwizzleNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkViewportSwizzleNVModifier and TypeMethodDescriptionVkViewportSwizzleNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkViewportSwizzleNV> consumer)