Uses of Record Class
club.doki7.vulkan.datatype.VkMultiviewPerViewAttributesInfoNVX
Packages that use VkMultiviewPerViewAttributesInfoNVX
-
Uses of VkMultiviewPerViewAttributesInfoNVX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMultiviewPerViewAttributesInfoNVXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMultiviewPerViewAttributesInfoNVXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMultiviewPerViewAttributesInfoNVXModifier and TypeMethodDescription@NotNull VkMultiviewPerViewAttributesInfoNVXVkMultiviewPerViewAttributesInfoNVX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkMultiviewPerViewAttributesInfoNVX.clone(Arena arena, VkMultiviewPerViewAttributesInfoNVX src) VkMultiviewPerViewAttributesInfoNVX.perViewAttributes(int value) VkMultiviewPerViewAttributesInfoNVX.perViewAttributesPositionXOnly(int value) VkMultiviewPerViewAttributesInfoNVX.pNext(@NotNull MemorySegment value) VkMultiviewPerViewAttributesInfoNVX.sType(int value) VkMultiviewPerViewAttributesInfoNVX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMultiviewPerViewAttributesInfoNVXModifier and TypeMethodDescription@NotNull Iterator<VkMultiviewPerViewAttributesInfoNVX> VkMultiviewPerViewAttributesInfoNVX.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkMultiviewPerViewAttributesInfoNVXModifier and TypeMethodDescriptionVkMultiviewPerViewAttributesInfoNVX.clone(Arena arena, VkMultiviewPerViewAttributesInfoNVX src) voidVkMultiviewPerViewAttributesInfoNVX.Ptr.write(long index, @NotNull VkMultiviewPerViewAttributesInfoNVX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMultiviewPerViewAttributesInfoNVXModifier and TypeMethodDescriptionVkMultiviewPerViewAttributesInfoNVX.Ptr.at(long index, @NotNull Consumer<@NotNull VkMultiviewPerViewAttributesInfoNVX> consumer)