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