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