Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineBinaryKeysAndDataKHR.Ptr
Packages that use VkPipelineBinaryKeysAndDataKHR.Ptr
-
Uses of VkPipelineBinaryKeysAndDataKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryKeysAndDataKHR.PtrModifier and TypeMethodDescription@NotNull VkPipelineBinaryKeysAndDataKHR.Ptr
VkPipelineBinaryKeysAndDataKHR.Ptr.offset
(long offset) VkPipelineBinaryCreateInfoKHR.pKeysAndDataInfo
(int assumedCount) @NotNull VkPipelineBinaryKeysAndDataKHR.Ptr
VkPipelineBinaryKeysAndDataKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryKeysAndDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryKeysAndDataKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryKeysAndDataKHR.Ptr
, but with the new size.VkPipelineBinaryKeysAndDataKHR.Ptr.slice
(long end) @NotNull VkPipelineBinaryKeysAndDataKHR.Ptr
VkPipelineBinaryKeysAndDataKHR.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).