Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassSampleLocationsEXT.Ptr
Packages that use VkSubpassSampleLocationsEXT.Ptr
-
Uses of VkSubpassSampleLocationsEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSubpassSampleLocationsEXT.PtrModifier and TypeMethodDescriptionVkSubpassSampleLocationsEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSubpassSampleLocationsEXT> consumer) @NotNull VkSubpassSampleLocationsEXT.PtrVkSubpassSampleLocationsEXT.Ptr.offset(long offset) VkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocations(int assumedCount) @NotNull VkSubpassSampleLocationsEXT.PtrVkSubpassSampleLocationsEXT.Ptr.reinterpret(long newSize) Assume theVkSubpassSampleLocationsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassSampleLocationsEXT.Ptrthat uses the same backing storage as thisVkSubpassSampleLocationsEXT.Ptr, but with the new size.VkSubpassSampleLocationsEXT.Ptr.slice(long end) @NotNull VkSubpassSampleLocationsEXT.PtrVkSubpassSampleLocationsEXT.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).