Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentSampleCountInfoAMD
Packages that use VkAttachmentSampleCountInfoAMD
-
Uses of VkAttachmentSampleCountInfoAMD in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAttachmentSampleCountInfoAMDModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkAttachmentSampleCountInfoAMD
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentSampleCountInfoAMDModifier and TypeMethodDescription@NotNull VkAttachmentSampleCountInfoAMD
VkAttachmentSampleCountInfoAMD.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkAttachmentSampleCountInfoAMD.clone
(Arena arena, VkAttachmentSampleCountInfoAMD src) VkAttachmentSampleCountInfoAMD.colorAttachmentCount
(int value) VkAttachmentSampleCountInfoAMD.depthStencilAttachmentSamples
(int value) VkAttachmentSampleCountInfoAMD.pColorAttachmentSamples
(@Nullable IntPtr value) VkAttachmentSampleCountInfoAMD.pNext
(@NotNull MemorySegment value) VkAttachmentSampleCountInfoAMD.sType
(int value) VkAttachmentSampleCountInfoAMD.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAttachmentSampleCountInfoAMDModifier and TypeMethodDescription@NotNull Iterator
<VkAttachmentSampleCountInfoAMD> VkAttachmentSampleCountInfoAMD.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkAttachmentSampleCountInfoAMDModifier and TypeMethodDescriptionVkAttachmentSampleCountInfoAMD.clone
(Arena arena, VkAttachmentSampleCountInfoAMD src) void
VkAttachmentSampleCountInfoAMD.Ptr.write
(long index, @NotNull VkAttachmentSampleCountInfoAMD value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAttachmentSampleCountInfoAMDModifier and TypeMethodDescriptionVkAttachmentSampleCountInfoAMD.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAttachmentSampleCountInfoAMD> consumer)