Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT
Packages that use VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT
-
Uses of VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMutableDescriptorTypeFeaturesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceMutableDescriptorTypeFeaturesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMutableDescriptorTypeFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.clone(Arena arena, VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT src) VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType(int value) VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.sType(int value) VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMutableDescriptorTypeFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMutableDescriptorTypeFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.clone(Arena arena, VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT src) voidVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMutableDescriptorTypeFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT> consumer)