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