Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentSampleLocationsEXT.Ptr
Packages that use VkAttachmentSampleLocationsEXT.Ptr
-
Uses of VkAttachmentSampleLocationsEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkAttachmentSampleLocationsEXT.PtrModifier and TypeMethodDescriptionVkAttachmentSampleLocationsEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkAttachmentSampleLocationsEXT> consumer) @NotNull VkAttachmentSampleLocationsEXT.PtrVkAttachmentSampleLocationsEXT.Ptr.offset(long offset) VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations(int assumedCount) @NotNull VkAttachmentSampleLocationsEXT.PtrVkAttachmentSampleLocationsEXT.Ptr.reinterpret(long newSize) Assume theVkAttachmentSampleLocationsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentSampleLocationsEXT.Ptrthat uses the same backing storage as thisVkAttachmentSampleLocationsEXT.Ptr, but with the new size.VkAttachmentSampleLocationsEXT.Ptr.slice(long end) @NotNull VkAttachmentSampleLocationsEXT.PtrVkAttachmentSampleLocationsEXT.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).