コード例 #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);