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