Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 2 posts - 1 through 2 (of 2 total) Author Posts 2021年11月22日 at 下午5:55 in reply to: 作业二MSAA的每帧时间 #9736 Score: 0 SherlockParticipant 本来这些操作都是在gpu中完成的,现在用cpu去计算当然会慢呀。 2021年11月16日 at 上午10:40 in reply to: 作业0发布公告 #9690 Score: 0 SherlockParticipant 在我的mac上,我先下载了源码然后使用以下命令在根目录编译安装 cmake -S . -B build cmake –build build cmake –build build –target install 会将库安装到/usr/local/include/ 目录下,这时候find_package就可以找到库了,不需要对源代码进行变动。并且vscode默认也会搜索include目录下的头文件,可以有智能提示。 Author Posts Viewing 2 posts - 1 through 2 (of 2 total)