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