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