コード例 #1
0
 protected extern ivec2 textureSize(isampler2DMS sampler);
コード例 #2
0
ファイル: Access.cs プロジェクト: h3tch/ProtoFX
 public static ivec4 texelFetch(Location location, isampler2DMS sampler, ivec2 P, int sample)
 {
     return(new ivec4(0));
 }
コード例 #3
0
 protected extern ivec4 texelFetch(isampler2DMS sampler, ivec2 p, int lod);