gpt4 book ai didi

vulkan - 计算管道作为父级

转载 作者:行者123 更新时间:2023-12-02 08:12:35 29 4
gpt4 key购买 nike

阅读 VkPipelineCreateFlagBits 的文档时:

VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT specifies that the pipeline to be created is allowed to be the parent of a pipeline that will be created in a subsequent call to vkCreateGraphicsPipelines

我想知道为什么它明确指出图形管道。为什么 vkCreateComputePipelines 不是这样?好像我可以 ComputePipe -> GraphicsPipe 但不是 ComputePipe -> ComputePipeGraphicsPipe -> ComputePipe!?

最佳答案

这似乎是文档中的一个错误。计算管道也支持派生,您可以通过 VkComputePipelineCreateInfobasePipelineHandlebasePipelineIndex 传递要派生的基础管道。

我一直在示例应用程序中执行此操作并且运行良好。没有验证错误,管道创建工作正常。

关于vulkan - 计算管道作为父级,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45065402/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com