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