Uses of Record Class
club.doki7.vulkan.datatype.VkSampleLocationEXT.Ptr
Packages that use VkSampleLocationEXT.Ptr
-
Uses of VkSampleLocationEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSampleLocationEXT.PtrModifier and TypeMethodDescriptionstatic VkSampleLocationEXT.PtrVkSampleLocationEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSampleLocationEXT> consumer) @NotNull VkSampleLocationEXT.PtrVkSampleLocationEXT.Ptr.offset(long offset) VkSampleLocationsInfoEXT.pSampleLocations(int assumedCount) @NotNull VkSampleLocationEXT.PtrVkSampleLocationEXT.Ptr.reinterpret(long newSize) Assume theVkSampleLocationEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSampleLocationEXT.Ptrthat uses the same backing storage as thisVkSampleLocationEXT.Ptr, but with the new size.VkSampleLocationEXT.Ptr.slice(long end) @NotNull VkSampleLocationEXT.PtrVkSampleLocationEXT.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).