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