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