http://en.wikipedia.org/wiki/ARB_assembly_language
ARB Assembly Instructions [edit]
ARB assembly supports the following instructions:
- ABS - absolute value
- ADD - add
- ARL - address register load
- DP3 - 3-component dot product
- DP4 - 4-component dot product
- DPH - homogeneous dot product
- DST - distance vector
- EX2 - exponential base 2
- EXP - exponential base 2 (approximate)
- FLR - floor
- FRC - fraction
- LG2 - logarithm base 2
- LIT - compute light coefficients
- LOG - logarithm base 2 (approximate)
- MAD - multiply and add
- MAX - maximum
- MIN - minimum
- MOV - move
- MUL - multiply
- POW - exponentiate
- RCP - reciprocal
- RSQ - reciprocal square root
- SGE - set on greater than or equal
- SLT - set on less than
- SUB - subtract
- SWZ - extended swizzle
- TEX - Texture lookup
- XPD - cross product
This is only a partial list of assembly instructions ; a reference can be found here : Shader Assembly Language (ARB/NV) Quick Reference Guide for OpenGL.
반응형
'그래픽스(Graphics) > Shader' 카테고리의 다른 글
SSS(Subsurface scattering) 정리 (0) | 2013.07.14 |
---|---|
Subsurface scattering (0) | 2013.07.14 |
Derivative instruction details (ddx ddy or dFdx dFdy etc.)? (0) | 2013.06.08 |
셰이더 변수,함수들 (0) | 2013.06.03 |
웹에서 셰이더 보기 웹 GLSL (0) | 2013.06.03 |