Uses of Record Class
club.doki7.vulkan.datatype.VkMutableDescriptorTypeCreateInfoEXT
Packages that use VkMutableDescriptorTypeCreateInfoEXT
-
Uses of VkMutableDescriptorTypeCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMutableDescriptorTypeCreateInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMutableDescriptorTypeCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMutableDescriptorTypeCreateInfoEXTModifier and TypeMethodDescription@NotNull VkMutableDescriptorTypeCreateInfoEXTVkMutableDescriptorTypeCreateInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkMutableDescriptorTypeCreateInfoEXT.clone(Arena arena, VkMutableDescriptorTypeCreateInfoEXT src) VkMutableDescriptorTypeCreateInfoEXT.mutableDescriptorTypeListCount(int value) VkMutableDescriptorTypeCreateInfoEXT.pMutableDescriptorTypeLists(@Nullable IVkMutableDescriptorTypeListEXT value) VkMutableDescriptorTypeCreateInfoEXT.pNext(@NotNull MemorySegment value) VkMutableDescriptorTypeCreateInfoEXT.sType(int value) VkMutableDescriptorTypeCreateInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMutableDescriptorTypeCreateInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkMutableDescriptorTypeCreateInfoEXT> VkMutableDescriptorTypeCreateInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkMutableDescriptorTypeCreateInfoEXTModifier and TypeMethodDescriptionVkMutableDescriptorTypeCreateInfoEXT.clone(Arena arena, VkMutableDescriptorTypeCreateInfoEXT src) voidVkMutableDescriptorTypeCreateInfoEXT.Ptr.write(long index, @NotNull VkMutableDescriptorTypeCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMutableDescriptorTypeCreateInfoEXTModifier and TypeMethodDescriptionVkMutableDescriptorTypeCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkMutableDescriptorTypeCreateInfoEXT> consumer)