示例#1
0
 protected extern float texture(sampler1DArrayShadow sampler, float p, float bias = 0);
示例#2
0
文件: Access.cs 项目: h3tch/ProtoFX
 public static vec4 texture(Location location, sampler1DArrayShadow sampler, vec3 P, float bias = 0)
 {
     throw new NotImplementedException();
 }
示例#3
0
 protected extern float textureGradOffset(sampler1DArrayShadow sampler, vec3 p, float dPdx, float dPdy, int offset);
示例#4
0
 protected extern ivec2 textureSize(sampler1DArrayShadow sampler, int lod);
示例#5
0
 protected extern float textureGrad(sampler1DArrayShadow sampler, vec3 p, float dPdx, float dPdy);
示例#6
0
 protected extern float textureLodOffset(sampler1DArrayShadow sampler, vec3 p, int lod, int offset);
示例#7
0
 protected extern float textureLod(sampler1DArrayShadow sampler, vec3 p, float lod);