Bastiaan Olij
|
2cd84be64d
|
Extracting render buffers and changing it to a more generic solution
|
2022-09-01 20:01:45 +10:00 |
|
bruvzg
|
e7464e7a30
|
Fix macOS and iOS defines in the rendering code.
|
2022-08-08 17:51:31 +03:00 |
|
Rémi Verschelde
|
8a9700c8a7
|
Force disable S3TC support on Android/iOS since we don't handle it
Fixes #63909 for now.
This could be improved in the future if we want to properly support S3TC on mobile.
|
2022-08-04 18:27:56 +02:00 |
|
Bastiaan Olij
|
81c6f73109
|
Changed storage structs to private
|
2022-08-01 11:59:14 +10:00 |
|
Juan Linietsky
|
d4433ae6d3
|
Remove Signal connect binds
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
|
2022-07-29 16:26:13 +02:00 |
|
Hugo Locurcio
|
4b42379c8f
|
Rename RenderingServer global shader uniform methods to be more explicit
The `global_shader_uniform` name is longer, but it makes it much
easier to find the methods when searching in the class reference.
|
2022-07-28 18:46:59 +02:00 |
|
Bastiaan Olij
|
ecfcfd97fa
|
Split dependency logic
Split FOG
Split visibility notifier
Final cleanup of storage classes
|
2022-06-28 00:10:29 +10:00 |
|