Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDriverProperties
Packages that use VkPhysicalDeviceDriverProperties
-
Uses of VkPhysicalDeviceDriverProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceDriverPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceDriverPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDriverPropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceDriverPropertiesVkPhysicalDeviceDriverProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceDriverProperties.clone(Arena arena, VkPhysicalDeviceDriverProperties src) VkPhysicalDeviceDriverProperties.conformanceVersion(@NotNull VkConformanceVersion value) VkPhysicalDeviceDriverProperties.conformanceVersion(Consumer<@NotNull VkConformanceVersion> consumer) VkPhysicalDeviceDriverProperties.driverID(int value) VkPhysicalDeviceDriverProperties.driverInfo(BytePtr value) VkPhysicalDeviceDriverProperties.driverInfo(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceDriverProperties.driverName(BytePtr value) VkPhysicalDeviceDriverProperties.driverName(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceDriverProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDriverProperties.sType(int value) VkPhysicalDeviceDriverProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceDriverPropertiesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceDriverProperties> VkPhysicalDeviceDriverProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceDriverPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceDriverProperties.clone(Arena arena, VkPhysicalDeviceDriverProperties src) voidVkPhysicalDeviceDriverProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceDriverProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceDriverPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceDriverProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDriverProperties> consumer)