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