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