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 record
Represents a pointer to / an array ofVkPhysicalDevicePrivateDataFeatures
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePrivateDataFeaturesModifier and TypeMethodDescription@NotNull VkPhysicalDevicePrivateDataFeatures
VkPhysicalDevicePrivateDataFeatures.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) void
VkPhysicalDevicePrivateDataFeatures.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)