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