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