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