Ninni Pipping
|
71ee65dc57
Enable shadow warnings and fix raised errors
|
2 年之前 |
Yuri Rubinsky
|
94831c7209
Forbid passing multiview sampler to the custom function in shaders
|
2 年之前 |
Yuri Rubinsky
|
e034d5f764
Fix shader failure when using non-const initializer on a constant
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Yuri Rubinsky
|
f28348fc5c
Fix shader crash when using boolean type for vertex->fragment varyings
|
2 年之前 |
Yuri Rubinsky
|
56954485ed
Refactor `ShaderData` & fix the sorting of shader uniforms
|
2 年之前 |
Yuri Rubinsky
|
5693286e90
Mark shader built-ins as used when passed to functions as out parameter
|
2 年之前 |
Rémi Verschelde
|
85fe6ecc32
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used
|
2 年之前 |
Yuri Rubinsky
|
e4a8646c19
Prevent duplicated hints in shader uniform completion
|
3 年之前 |
clayjohn
|
028ef2edc8
Add shader uniform hints for screen textures so users can specify custom filter and repeat modes.
|
3 年之前 |
Hugo Locurcio
|
813f6a5d57
Add `hint_transparent` to use a transparent black placeholder texture
|
4 年之前 |
Hugo Locurcio
|
4b42379c8f
Rename RenderingServer global shader uniform methods to be more explicit
|
3 年之前 |
Yuri Rubinsky
|
886c2d9681
Implement shader uniform groups/subgroups
|
3 年之前 |
Yuri Rubinsky
|
be3fb7a216
Fix errors when using built-ins in shaderinc
|
3 年之前 |
reduz
|
f649678402
Clean up Shader Preprocessor
|
3 年之前 |
Yuri Roubinsky
|
7b94603baa
Adding shader preprocessor support
|
3 年之前 |
clayjohn
|
a94110d0c6
Remove GLES2 shader constraints from GLES3
|
3 年之前 |
Yuri Rubinsky
|
cf240a7ae0
Refactor shader hints
|
3 年之前 |
Rémi Verschelde
|
1314e6cbcc
Merge pull request #60803 from Chaosus/shader_hint_rename
|
3 年之前 |
Rémi Verschelde
|
126470caa1
Merge pull request #61226 from Chaosus/shader_fix_keyword_completion
|
3 年之前 |
reduz
|
45af29da80
Add a new HashSet template
|
3 年之前 |
Yuri Rubinsky
|
29ff04acf2
Fix incorrect keyword completion after period in shader editor
|
3 年之前 |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 年之前 |
Yuri Roubinsky
|
a8bbe570ca
Rename `hint_albedo`, `hint_white/black` in shaders
|
3 年之前 |
Rémi Verschelde
|
477b53d280
Merge pull request #60568 from Chaosus/shader_keyword_completions
|
3 年之前 |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 年之前 |
Yuri Roubinsky
|
15032e01e6
Add keyword completion to shader editor
|
3 年之前 |
Yuri Roubinsky
|
643e75bea9
Prevent shader crash when using precision on boolean types
|
3 年之前 |
Rémi Verschelde
|
a7b1d85828
Merge pull request #59825 from Chaosus/shader_fix
|
3 年之前 |
Rémi Verschelde
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 年之前 |