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