Nathan Lovato
|
42a06ee9b7
Update tutorials/shading/shading_reference/shading_language.rst
|
5 years ago |
Arman
|
2817e712c7
Formalize language and improve grammar in "Shading Language"
|
5 years ago |
Per Malmberg
|
8d48933e91
Fix return value for float-version of `mix()` in shading reference (#3812)
|
5 years ago |
Kurt
|
8708a56a3d
fix typo of 'Cross croduct' to 'Cross product'
|
5 years ago |
Yuri Roubinsky
|
744d1b2852
Added 'fma' function to shader docs
|
5 years ago |
Yuri Roubinsky
|
49cb63e5fa
Adds 'const' as shader function parameter qualifier
|
5 years ago |
Yuri Roubinsky
|
c6c323b1c4
Fix shader array formatting (#3725)
|
5 years ago |
Yuri Roubinsky
|
c944952339
Added note about global shader arrays
|
5 years ago |
Hugo Locurcio
|
251b86949c
Document the lack of dynamic loops in WebGL 1.0
|
5 years ago |
Hugo Locurcio
|
4f6fdbc710
Fix various spacing and capitalization issues
|
5 years ago |
Hugo Locurcio
|
d494d19dac
Remove trailing whitespace and irregular whitespace
|
5 years ago |
Rémi Verschelde
|
e6b00ca97a
Misc formatting fixes
|
5 years ago |
Yuri Sizov
|
135b33b768
Replace British spelling and fix various typos
|
5 years ago |
Hugo Locurcio
|
c3e05904a0
Improve the shader reference table formatting
|
5 years ago |
Hugo Locurcio
|
046215542d
Fix some typos and grammar mistakes found using LanguageTool
|
5 years ago |
Hugo Locurcio
|
8e0caddac3
Fix typos found using `codespell -wi3 ^classes/**/*.rst`
|
5 years ago |
Yuri Roubinsky
|
864857b516
Fix formatting on shader structs examples
|
5 years ago |
Yuri Roubinsky
|
cbfa37a978
Added docs for shader struct
|
5 years ago |
Yuri Roubinsky
|
4257cc65cf
Fix typo
|
5 years ago |
Yuri Roubinsky
|
4505b3b9e7
Added changes about swizzling to shading docs
|
5 years ago |
Yuri Roubinsky
|
d70f461141
Added note about varying arrays to shading_language
|
5 years ago |
Yuri Roubinsky
|
3df0d90eef
A little bit better shader array construction example
|
6 years ago |
Yuri Roubinsky
|
536f88a1bc
Added missing constructor for shader arrays
|
6 years ago |
rainlizard
|
ed906f81b0
Clarifying hint_albedo converts color space (#2925)
|
6 years ago |
PouleyKetchoupp
|
854185495c
Fixed code tags for true/false/null and a few property references
|
6 years ago |
Chaosus89
|
de8cdefce7
Adds break to default case in switch flow operator (shaders).
|
6 years ago |
Yuri Roubinski
|
fc57814c37
Note about switch in shaders
|
6 years ago |
Yuri Roubinsky
|
00215333c8
Fix description about shader constant declaration (#2701)
|
6 years ago |
Yuri Roubinski
|
a7362fb460
Replaced tab to spaces in do-while description
|
6 years ago |
Yuri Roubinski
|
9375ecaf30
Added "do while" to flow control shader description
|
6 years ago |