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