惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
GbyAI
GbyAI
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
量子位
aimingoo的专栏
aimingoo的专栏
D
Docker
F
Fortinet All Blogs
T
Tailwind CSS Blog
V
V2EX
D
DataBreaches.Net
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
G
Google Developers Blog
罗磊的独立博客
MongoDB | Blog
MongoDB | Blog
Microsoft Security Blog
Microsoft Security Blog
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
A
About on SuperTechFans
IT之家
IT之家

博客园 - cloudseawang

选择 latex math \sum的写法 - cloudseawang - 博客园 qt 4.8.5 vs 2012编译 Graphical Cognition graphical perception When to Use Bar Charts Instead of Pie Charts There's no Qt version assigned to this project for platform Win32. Please use the 'change Qt version' feature and choose a valid Qt version for this 转Tutorial papers for MRF, CRF and DRF 转 QT无法定位程序输入点*于动态链接库 QtCore4.dll 难道一直是4 4 2 3的命? bibtex to bibitem 再次被rejected qt ogl添加keyevent 牛年最后一天的rejection cg fp40的问题 cg又一个数据绑定错误 cg纹理绑定顺序的一个错误 qt +vs2005开发
cg 如何给结构体数组赋值 - cloudseawang - 博客园
cloudseawang · 2009-07-25 · via 博客园 - cloudseawang

以前没用过,今天折腾了很久才学会。

    CGparameter Param = cgGetNamedParameter(m_raycastFrag, "aaa"); //读structure of array参数

       cgSetArraySize(Param,num);//设置数组大小

for (int i=0;i<num;i++)

{    

     CGparameter GaussIParam = cgGetArrayParameter(GaussParam,i);//读每一个strucut参数

    cgGLSetParameter2f(cgGetNamedStructParameter(GaussIParam,"center"),a,b);//读结构体的参数center,并赋值

}

发现一个问题:cg的文档,相对cuda而言,要少很多,尤其是一些高级用法。