Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineBinaryKeyKHR.Ptr
Packages that use VkPipelineBinaryKeyKHR.Ptr
-
Uses of VkPipelineBinaryKeyKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryKeyKHR.PtrModifier and TypeMethodDescriptionstatic VkPipelineBinaryKeyKHR.Ptr
VkPipelineBinaryKeyKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPipelineBinaryKeyKHR> consumer) @NotNull VkPipelineBinaryKeyKHR.Ptr
VkPipelineBinaryKeyKHR.Ptr.offset
(long offset) VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeys
(int assumedCount) @NotNull VkPipelineBinaryKeyKHR.Ptr
VkPipelineBinaryKeyKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryKeyKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryKeyKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryKeyKHR.Ptr
, but with the new size.VkPipelineBinaryKeyKHR.Ptr.slice
(long end) @NotNull VkPipelineBinaryKeyKHR.Ptr
VkPipelineBinaryKeyKHR.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).