Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceIndexTypeUint8Features
Packages that use VkPhysicalDeviceIndexTypeUint8Features
-
Uses of VkPhysicalDeviceIndexTypeUint8Features in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceIndexTypeUint8FeaturesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceIndexTypeUint8Features
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceIndexTypeUint8FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceIndexTypeUint8Features.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceIndexTypeUint8Features.clone
(Arena arena, VkPhysicalDeviceIndexTypeUint8Features src) VkPhysicalDeviceIndexTypeUint8Features.indexTypeUint8
(int value) VkPhysicalDeviceIndexTypeUint8Features.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceIndexTypeUint8Features.sType
(int value) VkPhysicalDeviceIndexTypeUint8Features.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceIndexTypeUint8FeaturesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceIndexTypeUint8FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceIndexTypeUint8Features.clone
(Arena arena, VkPhysicalDeviceIndexTypeUint8Features src) void
VkPhysicalDeviceIndexTypeUint8Features.Ptr.write
(long index, @NotNull VkPhysicalDeviceIndexTypeUint8Features value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceIndexTypeUint8FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceIndexTypeUint8Features.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceIndexTypeUint8Features> consumer)