예제 #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);