示例#1
0
 protected extern ivec2 textureSize(usampler2DMSArray sampler);
示例#2
0
文件: Access.cs 项目: h3tch/ProtoFX
 public static uvec4 texelFetch(Location location, usampler2DMSArray sampler, ivec3 P, int sample)
 {
     return(new uvec4(0));
 }
示例#3
0
 protected extern uivec4 texelFetch(usampler2DMSArray sampler, ivec3 p, int lod);