Sherlock

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: 作业二MSAA的每帧时间 #9736 Score: 0
    Sherlock
    Participant

    本来这些操作都是在gpu中完成的,现在用cpu去计算当然会慢呀。

    in reply to: 作业0发布公告 #9690 Score: 0
    Sherlock
    Participant

    在我的mac上,我先下载了源码然后使用以下命令在根目录编译安装
    cmake -S . -B build
    cmake –build build
    cmake –build build –target install

    会将库安装到/usr/local/include/ 目录下,这时候find_package就可以找到库了,不需要对源代码进行变动。并且vscode默认也会搜索include目录下的头文件,可以有智能提示。

Viewing 2 posts - 1 through 2 (of 2 total)