Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceIDProperties
Packages that use VkPhysicalDeviceIDProperties
-
Uses of VkPhysicalDeviceIDProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceIDPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceIDPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceIDPropertiesModifier and TypeMethodDescriptionstatic VkPhysicalDeviceIDProperties@NotNull VkPhysicalDeviceIDPropertiesVkPhysicalDeviceIDProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPhysicalDeviceIDPropertiesVkPhysicalDeviceIDProperties.clone(Arena arena, VkPhysicalDeviceIDProperties src) VkPhysicalDeviceIDProperties.deviceLUID(BytePtr value) VkPhysicalDeviceIDProperties.deviceLUID(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceIDProperties.deviceLUIDValid(int value) VkPhysicalDeviceIDProperties.deviceNodeMask(int value) VkPhysicalDeviceIDProperties.deviceUUID(BytePtr value) VkPhysicalDeviceIDProperties.deviceUUID(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceIDProperties.driverUUID(BytePtr value) VkPhysicalDeviceIDProperties.driverUUID(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceIDProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceIDProperties.sType(int value) VkPhysicalDeviceIDProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceIDPropertiesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceIDProperties> VkPhysicalDeviceIDProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceIDPropertiesModifier and TypeMethodDescriptionstatic VkPhysicalDeviceIDPropertiesVkPhysicalDeviceIDProperties.clone(Arena arena, VkPhysicalDeviceIDProperties src) voidVkPhysicalDeviceIDProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceIDProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceIDPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceIDProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceIDProperties> consumer)