博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Cg关键字(keywords)
阅读量:6433 次
发布时间:2019-06-23

本文共 1936 字,大约阅读时间需要 6 分钟。

保留标识符

除了下面列出的,任何以两个的下划线作为前缀(例如,__ newType)的标识符被保留。

注意,矩阵(matrix)和向量类型(vector types)(如half2x3float4)不在该列表中,因为它们可以被用作标识符。不过,我们建议你把矩阵和向量类型的保留字,从而避免混淆

Cg 关键字

下方是Cg(NVIDIA C for graphics)保留字列表,标有星号不区分大小写

asm*              explicit           pixelfragment*       templateasm_fragment      extern             pixelshader*         texture*auto              FALSE              private              texture1Dbool              fixed              protected            texture2Dbreak             float*             public               texture3Dcase              for                register             textureCUBEcatch             friend             reinterpret_cast     textureRECTchar              get                return               thisclass             goto               row_major            throwcolumn_major      half               sampler              TRUEcompile           if                 sampler_state        tryconst             in                 sampler1D            typedefconst_cast        inline             sampler2D            typeidcontinue          inout              sampler3D            typenamedecl*             int                samplerCUBE          uniformdefault           interface          shared               uniondelete            long               short                unsigneddiscard           matrix*            signed               usingdo                mutable            sizeof               vector*double            namespace          static               vertexfragment*dword*            new                static_cast          vertexshader*dynamic_cast      operator           string*              virtualelse              out                struct               voidemit              packed             switch               volatileenum              pass*              technique*           while

 

说明

版权归 NVIDIA公司:

本文转自赵青青博客园博客,原文链接:http://www.cnblogs.com/zhaoqingqing/p/4051086.html,如需转载请自行联系原作者

你可能感兴趣的文章
【Java并发编程三】闭锁
查看>>
分布式事务中遇到的 “与基础事务管理器的通信失败”的解决方法
查看>>
让你的Git水平更上一层楼的10个小贴士
查看>>
c++ string 之 find_first_not_of 源码
查看>>
mybatis中的#和$的区别
查看>>
ubuntu下搭建NDK环境
查看>>
MessageDigest简单介绍
查看>>
webpack window 使用sass来编译css样式
查看>>
D3 & Data Visualization in Ext JS
查看>>
java通过UUID生成16位唯一订单号
查看>>
001-web基本程序搭建
查看>>
函数指针和指针函数
查看>>
借力AI 极验如何构建下一代业务安全?
查看>>
用Python制作迷宫GIF
查看>>
支付宝推出基于区块链跨境支付,巨头入场小企业将面临灭顶之灾
查看>>
从事互联网行业,怎样才能快速掌握一门编程语言呢?
查看>>
React native 第三方组件 React native swiper
查看>>
接口幂等设计
查看>>
编程入门指南
查看>>
移动端的自适应方案—REM
查看>>