Chaosus
|
a7bb85d2b7
Fix shader crash when using varyings with non-`flat` integer type
|
1 year ago |
Chaosus
|
5a48e527b2
Fix orphan strings in shader preprocessor
|
9 months ago |
Yuri Rubinsky
|
ff9fb0abea
Merge pull request #93590 from Chaosus/shader_custom_func_discard
|
10 months ago |
Yuri Rubinsky
|
ad7e7a51b2
Allow usage of `discard` inside custom shader functions
|
1 year ago |
Yuri Rubinsky
|
74c000db17
Allow using stage functions inside custom shader functions
|
1 year ago |
Thaddeus Crews
|
af77100e39
Merge pull request #92441 from Chaosus/shader_custom_func_overloads
|
10 months ago |
Yuri Rubinsky
|
1c86feee0a
Implement custom function overloading in shading language
|
1 year ago |
Clay John
|
842f982397
Merge pull request #96819 from clayjohn/GLES3-instance-uniforms
|
10 months ago |
Chaosus
|
3828d45e31
Fix shader crash when return a void function call
|
11 months ago |
David Snopek
|
1a6f8512bc
Add external texture support (GLES3)
|
1 year ago |
Chaosus
|
b2611c198e
Fix shader incorrectly expects `int` on `uint` and vice-versa in cases
|
1 year ago |
clayjohn
|
29df589632
Implement instance uniforms in Compatibility renderer
|
11 months ago |
Yuri Rubinsky
|
af92fdb0ac
Add basic support to evaluate operator value in shader language
|
1 year ago |
Rémi Verschelde
|
10a92287c6
Merge pull request #94352 from Chaosus/shader_ternary_fix
|
1 year ago |
Rémi Verschelde
|
cbe1d6f7af
Merge pull request #95274 from Chaosus/shader_forbind_const_func_decl
|
1 year ago |
Rémi Verschelde
|
7999b4bb8a
Merge pull request #94324 from SomeRanDev/shader_hint_enum
|
1 year ago |
Rémi Verschelde
|
6bf64027b7
Merge pull request #94785 from Chaosus/shader_fix_samplers_order
|
1 year ago |
Rémi Verschelde
|
664ff6f7c4
Merge pull request #95547 from Chaosus/shader_fix_for_middle_expression
|
1 year ago |
Rémi Verschelde
|
9c77f57a1d
Merge pull request #95350 from Chaosus/shader_fix_for_loop_comma_crash
|
1 year ago |
Rémi Verschelde
|
5098ac587e
Merge pull request #94896 from jsjtxietian/carry-subgroup
|
1 year ago |
Chaosus
|
3272f00525
Fix middle expression of `for` loop to accept not only operators
|
1 year ago |
Chaosus
|
d74749fd60
Fix shader crash when the comma used in `for` loop as a trailing
|
1 year ago |
Chaosus
|
dc6f90acd8
Forbid function declaration with a const qualifier in shaders
|
1 year ago |
Yuri Rubinsky
|
e41048e16e
Fix texture samplers to not being last in the property list
|
1 year ago |
clayjohn
|
a2f2699208
Restrict sampler hint validation to only screen texture hints
|
1 year ago |
jsjtxietian
|
e6c45fbe5d
Fix uniform subgroup in shader will carry out to next group
|
1 year ago |
clayjohn
|
ba3457dfff
Emit normal_roughness compatibility code in custom functions
|
1 year ago |
jsjtxietian
|
38fad35356
Fix editor crash when shader has incorrect global array declaration
|
1 year ago |
Yuri Rubinsky
|
965b2f6ca4
Fix shader crash when using a varying in separate func before it defined
|
1 year ago |
jsjtxietian
|
3859817614
Make shaderLanguage's parser recognize sampler passed in from array
|
1 year ago |