Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineLayoutCreateInfo.Ptr
Packages that use VkPipelineLayoutCreateInfo.Ptr
-
Uses of VkPipelineLayoutCreateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineLayoutCreateInfo.PtrModifier and TypeMethodDescriptionVkPipelineLayoutCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineLayoutCreateInfo> consumer) @NotNull VkPipelineLayoutCreateInfo.PtrVkPipelineLayoutCreateInfo.Ptr.offset(long offset) @NotNull VkPipelineLayoutCreateInfo.PtrVkPipelineLayoutCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineLayoutCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineLayoutCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineLayoutCreateInfo.Ptr, but with the new size.VkPipelineLayoutCreateInfo.Ptr.slice(long end) @NotNull VkPipelineLayoutCreateInfo.PtrVkPipelineLayoutCreateInfo.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).