gpt4 book ai didi

opengl - 如何在同一应用程序中同时管理 OpenGL 和 Direct3D 渲染

转载 作者:行者123 更新时间:2023-12-04 05:35:05 25 4
gpt4 key购买 nike

目标是制作一个渲染引擎,如何能够同时拥有 OpenGL 和 Direct3D 并能够从一个渲染器切换到另一个渲染器。这主要是一个设计问题。我最好的猜测是某种多态行为。

最佳答案

how could one manage to have both OpenGL and Direct3D



将每个渲染器放入一个动态库中,并让它们导出一组通用函数。

and be able to switch from one renderer to the other.



通过加载正确的库文件。如果尝试在任意时间执行此操作,请为主要的 PITA 做好准备。在程序启动时最容易完成。

关于opengl - 如何在同一应用程序中同时管理 OpenGL 和 Direct3D 渲染,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12056614/

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