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 record
Represents a pointer to / an array ofVkMutableDescriptorTypeCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMutableDescriptorTypeCreateInfoEXTModifier and TypeMethodDescription@NotNull VkMutableDescriptorTypeCreateInfoEXT
VkMutableDescriptorTypeCreateInfoEXT.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.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) void
VkMutableDescriptorTypeCreateInfoEXT.Ptr.write
(long index, @NotNull VkMutableDescriptorTypeCreateInfoEXT value)