Eric Mellino
|
7ee1db2fb4
Fix handling of Sampler parameters in OpenGL/ES backend.
|
7 years ago |
Eric Mellino
|
ad098b56dd
Merge pull request #20 from OpenSAGE/sampler-parameters
|
7 years ago |
Eric Mellino
|
abd5fd0b2f
Merge pull request #19 from PathogenDavid/update-readme
|
7 years ago |
Tim Jones
|
7464d18849
Allow SamplerResource-typed parameters
|
7 years ago |
David Maas
|
6c529ee786
Updated example output in readme.
|
7 years ago |
David Maas
|
1b9201a40e
Update example in readme to use SystemPositionSemanticAttribute.
|
7 years ago |
Eric Mellino
|
ec9fb25a76
Merge pull request #17 from OpenSAGE/functions-in-separate-files
|
7 years ago |
Tim Jones
|
346c0ee0ad
Move duplicate code to a helper function
|
7 years ago |
Eric Mellino
|
ee66e61d2a
Merge pull request #18 from OpenSAGE/out-parameters
|
7 years ago |
Tim Jones
|
cd4c948bb2
Omit unnecessary `in` modifier
|
7 years ago |
Tim Jones
|
3659cbf37f
Add support for pass-by-ref parameters (out/inout in HLSL and GLSL, "&" in MetalSL)
|
8 years ago |
Eric Mellino
|
e02b1917b3
[GLES] Fix method calls not auto-converting int->float
|
8 years ago |
Eric Mellino
|
3265d89fa8
Bump version to 1.2.0.0.
|
8 years ago |
Eric Mellino
|
4136d6d9c3
Add full support for OpenGL ES shading language version 300
|
8 years ago |
Tim Jones
|
3091da8b26
Simplify (slightly) function call graph discovery by doing it in ShaderSyntaxWalker, rather than language-specific backends
|
8 years ago |
Eric Mellino
|
afb5bcba82
Fix up issues.
|
8 years ago |
Tim Jones
|
6ba46b62a1
Initial attempt at supporting invocation of static functions in separate files
|
8 years ago |
Eric Mellino
|
033b389831
Merge pull request #16 from CloneDeath/fix-warnings
|
8 years ago |
Nicholas Rodine
|
c493d906ea
Removed dummy test
|
8 years ago |
Nicholas Rodine
|
f51c62cf88
Fixed build warnings
|
8 years ago |
Eric Mellino
|
59bcb10a4b
Update README.md
|
8 years ago |
Eric Mellino
|
e33526612a
Merge pull request #14 from OpenSAGE/boolean
|
8 years ago |
Eric Mellino
|
2091c2cbef
Merge pull request #13 from OpenSAGE/builtins
|
8 years ago |
Tim Jones
|
0d716c5739
Fix incorrect comments
|
8 years ago |
Tim Jones
|
51e3024a3f
Fix usage of boolean variable, with test
|
8 years ago |
Tim Jones
|
5f50273891
Implement frac and lerp builtins
|
8 years ago |
Eric Mellino
|
0186c196b6
Merge pull request #12 from OpenSAGE/more-builtins
|
8 years ago |
Eric Mellino
|
d9eed1a6b7
Merge pull request #11 from OpenSAGE/switch-statements
|
8 years ago |
Tim Jones
|
f97fa97084
Add cos and sin builtin functions
|
8 years ago |
Tim Jones
|
e122a18ad2
Implement switch statements
|
8 years ago |