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