这是我读过的语法
tex ft0.xyzw vi0.xyzw fs0 <fLinear,mLinear,clamp,2d,rgba,b:45>//what's the bias:45?tex ft3, v3, fs0<2d, linear, miplinear,dxt1>//what is dxt1, are there any like this?
这让我对我可以在<>中放什么东西
在我的项目中,我们将矩阵的一部分推送到用于骨架动画的常量寄存器,并在着色器中通过常量寄存器传递矩阵索引来访问它们。uniform highp vec4 mPalette[60]; //a part of the matrix for skeleton.attribute vec4 mBlendindices; //the matrix index.{