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 recordRepresents a pointer to / an array ofVkAttachmentSampleLocationsEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentSampleLocationsEXTModifier and TypeMethodDescription@NotNull VkAttachmentSampleLocationsEXTVkAttachmentSampleLocationsEXT.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 VkAttachmentSampleLocationsEXTVkRenderPassSampleLocationsBeginInfoEXT.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) voidVkAttachmentSampleLocationsEXT.Ptr.write(long index, @NotNull VkAttachmentSampleLocationsEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAttachmentSampleLocationsEXTModifier and TypeMethodDescriptionVkAttachmentSampleLocationsEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkAttachmentSampleLocationsEXT> consumer)