Uses of Record Class
club.doki7.vulkan.datatype.VkImageFormatConstraintsInfoFUCHSIA
Packages that use VkImageFormatConstraintsInfoFUCHSIA
-
Uses of VkImageFormatConstraintsInfoFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageFormatConstraintsInfoFUCHSIAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkImageFormatConstraintsInfoFUCHSIA
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageFormatConstraintsInfoFUCHSIAModifier and TypeMethodDescription@NotNull VkImageFormatConstraintsInfoFUCHSIA
VkImageFormatConstraintsInfoFUCHSIA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkImageFormatConstraintsInfoFUCHSIA.clone
(Arena arena, VkImageFormatConstraintsInfoFUCHSIA src) VkImageFormatConstraintsInfoFUCHSIA.colorSpaceCount
(int value) VkImageFormatConstraintsInfoFUCHSIA.flags
(int value) VkImageFormatConstraintsInfoFUCHSIA.imageCreateInfo
(@NotNull VkImageCreateInfo value) VkImageFormatConstraintsInfoFUCHSIA.imageCreateInfo
(Consumer<@NotNull VkImageCreateInfo> consumer) VkImageFormatConstraintsInfoFUCHSIA.pColorSpaces
(@Nullable IVkSysmemColorSpaceFUCHSIA value) @Nullable VkImageFormatConstraintsInfoFUCHSIA
VkImageConstraintsInfoFUCHSIA.pFormatConstraints()
VkImageFormatConstraintsInfoFUCHSIA.pNext
(@NotNull MemorySegment value) VkImageFormatConstraintsInfoFUCHSIA.requiredFormatFeatures
(int value) VkImageFormatConstraintsInfoFUCHSIA.sType
(int value) VkImageFormatConstraintsInfoFUCHSIA.sysmemPixelFormat
(long value) VkImageFormatConstraintsInfoFUCHSIA.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageFormatConstraintsInfoFUCHSIAModifier and TypeMethodDescription@NotNull Iterator
<VkImageFormatConstraintsInfoFUCHSIA> VkImageFormatConstraintsInfoFUCHSIA.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkImageFormatConstraintsInfoFUCHSIAModifier and TypeMethodDescriptionVkImageFormatConstraintsInfoFUCHSIA.clone
(Arena arena, VkImageFormatConstraintsInfoFUCHSIA src) void
VkImageFormatConstraintsInfoFUCHSIA.Ptr.write
(long index, @NotNull VkImageFormatConstraintsInfoFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageFormatConstraintsInfoFUCHSIAModifier and TypeMethodDescriptionVkImageFormatConstraintsInfoFUCHSIA.Ptr.at
(long index, @NotNull Consumer<@NotNull VkImageFormatConstraintsInfoFUCHSIA> consumer)