You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thebookofshaders/glossary
Yvan Sraka 2410899756 Remove trailing whitespaces 7 years ago
..
GL_ES folder structure for glossary 8 years ago
abs Remove trailing whitespaces 7 years ago
acos Remove trailing whitespaces 7 years ago
all folder structure for glossary 8 years ago
any folder structure for glossary 8 years ago
asin Remove trailing whitespaces 7 years ago
atan folder structure for glossary 8 years ago
attribute Remove trailing whitespaces 7 years ago
bool Remove trailing whitespaces 7 years ago
bvec2 folder structure for glossary 8 years ago
bvec3 folder structure for glossary 8 years ago
bvec4 folder structure for glossary 8 years ago
ceil Remove trailing whitespaces 7 years ago
clamp Remove trailing whitespaces 7 years ago
const Remove trailing whitespaces 7 years ago
cos Remove trailing whitespaces 7 years ago
cross Remove trailing whitespaces 7 years ago
dFdx Remove trailing whitespaces 7 years ago
dFdy Remove trailing whitespaces 7 years ago
degrees Remove trailing whitespaces 7 years ago
distance Remove trailing whitespaces 7 years ago
dot Remove trailing whitespaces 7 years ago
equal folder structure for glossary 8 years ago
exp Remove trailing whitespaces 7 years ago
exp2 Remove trailing whitespaces 7 years ago
faceforward Remove trailing whitespaces 7 years ago
float Remove trailing whitespaces 7 years ago
floor Remove trailing whitespaces 7 years ago
fract Remove trailing whitespaces 7 years ago
gl_FragColor folder structure for glossary 8 years ago
gl_FragCoord Remove trailing whitespaces 7 years ago
gl_FrontFacing Remove trailing whitespaces 7 years ago
gl_MaxCombinedTextureImageUnits Remove trailing whitespaces 7 years ago
gl_MaxDrawBuffers Remove trailing whitespaces 7 years ago
gl_MaxFragmentUniformVectors Remove trailing whitespaces 7 years ago
gl_MaxTextureImageUnits Remove trailing whitespaces 7 years ago
gl_MaxVaryingVectors Remove trailing whitespaces 7 years ago
gl_MaxVertexAttribs Remove trailing whitespaces 7 years ago
gl_MaxVertexTextureImageUnits Remove trailing whitespaces 7 years ago
gl_PointCoord Remove trailing whitespaces 7 years ago
gl_PointSize Remove trailing whitespaces 7 years ago
gl_Position Remove trailing whitespaces 7 years ago
greaterThan folder structure for glossary 8 years ago
greaterThanEqual folder structure for glossary 8 years ago
highp Remove trailing whitespaces 7 years ago
in Remove trailing whitespaces 7 years ago
inout Remove trailing whitespaces 7 years ago
int Remove trailing whitespaces 7 years ago
inversesqrt Remove trailing whitespaces 7 years ago
ivec2 Remove trailing whitespaces 7 years ago
ivec3 Remove trailing whitespaces 7 years ago
ivec4 Remove trailing whitespaces 7 years ago
length Remove trailing whitespaces 7 years ago
lessThan folder structure for glossary 8 years ago
lessThanEqual folder structure for glossary 8 years ago
log Remove trailing whitespaces 7 years ago
log2 Remove trailing whitespaces 7 years ago
lowp Remove trailing whitespaces 7 years ago
main Remove trailing whitespaces 7 years ago
mat2 folder structure for glossary 8 years ago
mat3 Remove trailing whitespaces 7 years ago
mat4 Remove trailing whitespaces 7 years ago
matrixCompMult Remove trailing whitespaces 7 years ago
max Remove trailing whitespaces 7 years ago
mediump Remove trailing whitespaces 7 years ago
min Remove trailing whitespaces 7 years ago
mix folder structure for glossary 8 years ago
mod Remove trailing whitespaces 7 years ago
normalize Remove trailing whitespaces 7 years ago
not folder structure for glossary 8 years ago
notEqual folder structure for glossary 8 years ago
out Remove trailing whitespaces 7 years ago
pow Remove trailing whitespaces 7 years ago
precision Remove trailing whitespaces 7 years ago
radians Remove trailing whitespaces 7 years ago
reflect Remove trailing whitespaces 7 years ago
refract Remove trailing whitespaces 7 years ago
return Remove trailing whitespaces 7 years ago
sampler2D Remove trailing whitespaces 7 years ago
samplerCube Remove trailing whitespaces 7 years ago
sign Remove trailing whitespaces 7 years ago
sin Remove trailing whitespaces 7 years ago
smoothstep folder structure for glossary 8 years ago
sqrt Remove trailing whitespaces 7 years ago
step Remove trailing whitespaces 7 years ago
struct Remove trailing whitespaces 7 years ago
tan Remove trailing whitespaces 7 years ago
texture2D Remove trailing whitespaces 7 years ago
textureCube Remove trailing whitespaces 7 years ago
uniform Remove trailing whitespaces 7 years ago
varying Remove trailing whitespaces 7 years ago
vec2 Remove trailing whitespaces 7 years ago
vec3 Remove trailing whitespaces 7 years ago
vec4 Remove trailing whitespaces 7 years ago
void Remove trailing whitespaces 7 years ago
README.md Remove trailing whitespaces 7 years ago
index.php Remove trailing whitespaces 7 years ago

README.md

Glossary

By theme

  • TYPES

void bool int float bvec2 bvec3 bvec4 ivec2 ivec3 ivec4 vec2 vec3 vec4 mat2 mat3 mat4 sampler2D samplerCube struct

  • QUALIFIERS

attribute const uniform varying precision highp mediump lowp in out inout

  • BUILT-IN VARIABLES

gl_Position gl_PointSize gl_PointCoord gl_FrontFacing gl_FragCoord gl_FragColor

  • BUILT-IN CONSTANTS

gl_MaxVertexAttribs gl_MaxVaryingVectors gl_MaxVertexTextureImageUnits gl_MaxCombinedTextureImageUnits gl_MaxTextureImageUnits gl_MaxFragmentUniformVectors gl_MaxDrawBuffers

  • ANGLE & TRIGONOMETRY FUNCTIONS

radians() degrees() sin() cos() tan() asin() acos() atan()

  • EXPONENTIAL FUNCTIONS

pow() exp() log() exp2() log2() sqrt() inversesqrt()

  • COMMON FUNCTIONS

abs() sign() floor() ceil() fract() mod() min() max() clamp() mix() step() smoothstep()

  • GEOMETRIC FUNCTIONS

length() distance() dot() cross() normalize() facefoward() reflect() refract()

  • MATRIX FUNCTIONS

matrixCompMult()

  • VECTOR RELATIONAL FUNCTIONS

lessThan() lessThanEqual() greaterThan() greaterThanEqual() equal() notEqual() any() all() not()

  • TEXTURE LOOKUP FUNCTIONS

texture2D() textureCube()

Alphabetical

  • A

abs() acos() all() any() asin() atan() attribute

  • B

bool bvec2 bvec3 bvec4

  • C

ceil() clamp() const cos() cross()

  • D

degrees() dFdx() dFdy() distance() dot()

  • E

equal() exp() exp2()

  • F

faceforward() float floor() fract()

  • G

greaterThan() greaterThanEqual() gl_FragColor gl_FragCoord gl_FrontFacing gl_PointCoord gl_PointSize gl_Position gl_MaxCombinedTextureImageUnits gl_MaxDrawBuffers gl_MaxFragmentUniformVectors gl_MaxVaryingVectors gl_MaxVertexAttribs gl_MaxVertexTextureImageUnits gl_MaxTextureImageUnits

  • H

highp

  • I

in inout int inversesqrt() ivec2 ivec3 ivec4

  • L

length() lessThan() lessThanEqual() log() log2() lowp

  • M

matrixCompMult() mat2 mat3 mat4 max() mediump min() mix() mod()

  • N

normalize() not() notEqual()

  • O

out

  • P

precision pow()

  • R

radians() reflect() refract()

  • S

sampler2D samplerCube sign() sin() smoothstep() sqrt() step() struct

  • T

tan() texture2D() textureCube()

  • U

uniform

  • V

varying vec2 vec3 vec4 void