Ejemplo n.º 1
0
 protected extern ivec2 textureSize(usampler2DMSArray sampler);
Ejemplo n.º 2
0
 public static uvec4 texelFetch(Location location, usampler2DMSArray sampler, ivec3 P, int sample)
 {
     return(new uvec4(0));
 }
Ejemplo n.º 3
0
 protected extern uivec4 texelFetch(usampler2DMSArray sampler, ivec3 p, int lod);