Chaosus
|
d3792efa89
Prevent ternary expression with a sampler types in shaders
|
2 月之前 |
Rémi Verschelde
|
d1083c9722
Improve error messages for method calls expecting only 1 argument
|
2 月之前 |
Apples
|
d674c9e289
Add stencil support for spatial materials
|
2 年之前 |
Thaddeus Crews
|
de37627404
Merge pull request #102552 from DarioSamo/shader-baker
|
3 月之前 |
Thaddeus Crews
|
8c6a88cda6
Merge pull request #106781 from max99x/fix-shader-crash
|
3 月之前 |
Dario
|
5a30a7e7cd
Add shader baker to project exporter.
|
7 月之前 |
Lukas Tenbrink
|
4cb8a0c77e
Add `resize_initialized` and `resize_uninitialized` to `Vector`. These functions serve as replacements for `resize`, to make sure the caller understands whether elements need to be initialized 'by hand' after the call.
|
3 月之前 |
Max Shawabkeh
|
d042763750
Fix shader compiler crash when parsing case labels with non-existent vars.
|
3 月之前 |
Chaosus
|
16f51d4671
Remove duplicated entries from shader built-ins
|
3 月之前 |
Chaosus
|
5a14ab7c39
[Shaders] Allow constants and expressions in `hint_range`
|
7 月之前 |
Thaddeus Crews
|
a6979ef664
Merge pull request #97801 from basicer/srgb-color-hint
|
4 月之前 |
Rob Blanckaert
|
8c54290b4a
Add `color_conversion_disabled` shader hint.
|
11 月之前 |
LuoZhihao
|
9e0798ed36
Shader: Fix `bvec` to variant conversion
|
5 月之前 |
Thaddeus Crews
|
a03ec29ac5
Merge pull request #103434 from Chaosus/shader_fix_unused_varying_warning
|
5 月之前 |
Thaddeus Crews
|
7459a0361d
Merge pull request #103177 from Murrent/shader_default_at_top
|
6 月之前 |
Thaddeus Crews
|
c937b6d180
Merge pull request #102419 from Ivorforce/std-size
|
6 月之前 |
Chaosus
|
2824978178
Fix "unused varying" incorrect warning in shaders
|
6 月之前 |
Murrent
|
4f46ecc479
Allow default case at the top of a switch scope in shaders
|
6 月之前 |
Chaosus
|
946c254cec
Fix crash at using increment op for varying in `light` shader function
|
6 月之前 |
clayjohn
|
35100396e4
Validate varying count when compiling shaders
|
6 月之前 |
Lukas Tenbrink
|
e34f1f504c
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
|
7 月之前 |
Chaosus
|
570e59df3d
Fix shader uniforms has null as default value
|
1 年之前 |
Yufeng Ying
|
e88e30c273
Remove unused headers in servers.
|
8 月之前 |
kobewi
|
ceefc0d38a
Implement 2D instance shader parameters
|
2 年之前 |
Thaddeus Crews
|
9ecdeb3723
Merge pull request #98747 from tetrapod00/standardize-renderer-strings
|
8 月之前 |
Thaddeus Crews
|
3dacc5fb7f
Merge pull request #95737 from Chaosus/shader_fix_varyings
|
8 月之前 |
Pāvels Nadtočajevs
|
133471afb0
[Shader Language] Add missing token name.
|
8 月之前 |
Chaosus
|
a7bb85d2b7
Fix shader crash when using varyings with non-`flat` integer type
|
1 年之前 |
Chaosus
|
5a48e527b2
Fix orphan strings in shader preprocessor
|
9 月之前 |
tetrapod00
|
899f5151c3
Standardize terms for renderers in error strings
|
10 月之前 |