Files
filament/third_party
Mathias Agopian d08a4e8bd9 Very basic SwiftShader support (#2523)
* Very basic SwiftShader support

- we only provide SwiftShader's khornos headers in third_party

- swiftshader itself must be available on the host (for instance it
  can be compiled from source).

- to enable pass -DFILAMENT_USE_SWIFTSHADER=ON option to cmake

- only GLES 3.0 is supported. Vulkan is not yet supported.

CMake should find the swiftshader libraries automatically, but if
they're installed in a non-standard place, the environment variable
SWIFTSHADER_LD_LIBRARY_PATH can be set to that place.


We also use the GLES 3.0 headers everywhere, since we don't rely on 3.1
at this point.

* add a tnt folder with a README
2020-05-12 17:45:16 -07:00
..
2019-12-10 17:19:06 -08:00
2020-04-20 16:24:27 -07:00
2020-03-30 15:06:53 -07:00
2020-03-11 12:34:08 -07:00
2020-01-13 15:00:27 -08:00
2019-05-20 14:45:26 -07:00
2020-04-08 11:18:56 -07:00
2018-08-03 10:38:22 -07:00