Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineInputAssemblyStateCreateInfo.Ptr
Packages that use VkPipelineInputAssemblyStateCreateInfo.Ptr
-
Uses of VkPipelineInputAssemblyStateCreateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineInputAssemblyStateCreateInfo.PtrModifier and TypeMethodDescriptionVkPipelineInputAssemblyStateCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineInputAssemblyStateCreateInfo> consumer) VkPipelineInputAssemblyStateCreateInfo.Ptr.offset(long offset) VkGraphicsPipelineCreateInfo.pInputAssemblyState(int assumedCount) VkPipelineInputAssemblyStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineInputAssemblyStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineInputAssemblyStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineInputAssemblyStateCreateInfo.Ptr, but with the new size.VkPipelineInputAssemblyStateCreateInfo.Ptr.slice(long end) VkPipelineInputAssemblyStateCreateInfo.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).