Files
filament/tools
haroonq b950598d11 Various fixes to support gcc compilation. (#9323)
* Add missing includes.

* Add parenthesis around operators to suppress compiler warning.

* Remove duplicate definition of is_supported_aux_t.

* Explicitly create descriptions.

* Remove usage of anonymous struct with non-trivially constructible members.

This is an error on some compilers (e.g. gcc).

* Remove unnecessary rvalue-reference on pointer type.

* Explicitly construct SamplerParams to suppress compiler warnings.

* Place attribute specifier before declaration.

* Remove usage of anonymous struct with a non-trivially constructible member.

Replace the `array` union member with an `operator[]` to provide similar
functionality.

Some compilers (e.g. gcc) do not support this non-standard use-case.

* Use same warning settings as main filament project.
2025-10-20 09:10:08 -07:00
..
2024-10-25 00:29:13 -07:00
2023-09-20 10:16:55 -07:00
2024-10-17 14:15:40 -07:00
2025-03-18 10:25:10 -07:00
2023-09-20 10:16:55 -07:00
2025-08-07 14:58:18 -07:00
2023-09-12 20:28:46 +00:00
2025-09-04 08:37:18 -07:00