Uses of Record Class
club.doki7.vulkan.datatype.VkImageViewASTCDecodeModeEXT
Packages that use VkImageViewASTCDecodeModeEXT
-
Uses of VkImageViewASTCDecodeModeEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageViewASTCDecodeModeEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImageViewASTCDecodeModeEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageViewASTCDecodeModeEXTModifier and TypeMethodDescriptionstatic VkImageViewASTCDecodeModeEXT@NotNull VkImageViewASTCDecodeModeEXTVkImageViewASTCDecodeModeEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImageViewASTCDecodeModeEXTVkImageViewASTCDecodeModeEXT.clone(Arena arena, VkImageViewASTCDecodeModeEXT src) VkImageViewASTCDecodeModeEXT.decodeMode(int value) VkImageViewASTCDecodeModeEXT.pNext(@NotNull MemorySegment value) VkImageViewASTCDecodeModeEXT.sType(int value) VkImageViewASTCDecodeModeEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageViewASTCDecodeModeEXTModifier and TypeMethodDescription@NotNull Iterator<VkImageViewASTCDecodeModeEXT> VkImageViewASTCDecodeModeEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImageViewASTCDecodeModeEXTModifier and TypeMethodDescriptionstatic VkImageViewASTCDecodeModeEXTVkImageViewASTCDecodeModeEXT.clone(Arena arena, VkImageViewASTCDecodeModeEXT src) voidVkImageViewASTCDecodeModeEXT.Ptr.write(long index, @NotNull VkImageViewASTCDecodeModeEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageViewASTCDecodeModeEXTModifier and TypeMethodDescriptionVkImageViewASTCDecodeModeEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageViewASTCDecodeModeEXT> consumer)