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