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 record
Represents a pointer to / an array ofVkImageViewASTCDecodeModeEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageViewASTCDecodeModeEXTModifier and TypeMethodDescriptionstatic VkImageViewASTCDecodeModeEXT
@NotNull VkImageViewASTCDecodeModeEXT
VkImageViewASTCDecodeModeEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageViewASTCDecodeModeEXT
VkImageViewASTCDecodeModeEXT.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 VkImageViewASTCDecodeModeEXT
VkImageViewASTCDecodeModeEXT.clone
(Arena arena, VkImageViewASTCDecodeModeEXT src) void
VkImageViewASTCDecodeModeEXT.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)