Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentSampleLocationsEXT
Packages that use VkAttachmentSampleLocationsEXT
-
Uses of VkAttachmentSampleLocationsEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAttachmentSampleLocationsEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkAttachmentSampleLocationsEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentSampleLocationsEXTModifier and TypeMethodDescription@NotNull VkAttachmentSampleLocationsEXT
VkAttachmentSampleLocationsEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkAttachmentSampleLocationsEXT.attachmentIndex
(int value) VkAttachmentSampleLocationsEXT.clone
(Arena arena, VkAttachmentSampleLocationsEXT src) @Nullable VkAttachmentSampleLocationsEXT
VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations()
VkAttachmentSampleLocationsEXT.sampleLocationsInfo
(@NotNull VkSampleLocationsInfoEXT value) VkAttachmentSampleLocationsEXT.sampleLocationsInfo
(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer) VkAttachmentSampleLocationsEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAttachmentSampleLocationsEXTModifier and TypeMethodDescription@NotNull Iterator
<VkAttachmentSampleLocationsEXT> VkAttachmentSampleLocationsEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkAttachmentSampleLocationsEXTModifier and TypeMethodDescriptionVkAttachmentSampleLocationsEXT.clone
(Arena arena, VkAttachmentSampleLocationsEXT src) void
VkAttachmentSampleLocationsEXT.Ptr.write
(long index, @NotNull VkAttachmentSampleLocationsEXT value)