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.Ptr
VkProtectedSubmitInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkProtectedSubmitInfo> consumer) @NotNull VkProtectedSubmitInfo.Ptr
VkProtectedSubmitInfo.Ptr.offset
(long offset) @NotNull VkProtectedSubmitInfo.Ptr
VkProtectedSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkProtectedSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkProtectedSubmitInfo.Ptr
that uses the same backing storage as thisVkProtectedSubmitInfo.Ptr
, but with the new size.VkProtectedSubmitInfo.Ptr.slice
(long end) @NotNull VkProtectedSubmitInfo.Ptr
VkProtectedSubmitInfo.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).