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 record
Represents a pointer to / an array ofVkPhysicalDeviceMultiviewProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMultiviewPropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceMultiviewProperties
VkPhysicalDeviceMultiviewProperties.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.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) void
VkPhysicalDeviceMultiviewProperties.Ptr.write
(long index, @NotNull VkPhysicalDeviceMultiviewProperties value)