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