Skip to content

v1.46.0

Compare
Choose a tag to compare
@poweifeng poweifeng released this 15 Nov 05:38
· 847 commits to release since this release
  • engine: Allow instantiating Engine at a given feature level via Engine::Builder::featureLevel
  • matc: Enable GL_OES_standard_derivatives extension in ESSL 1.0 shaders
  • matc: Fix code generation of double sided and masked materials in ESSL 1.0 shaders
  • filagui: Add support for feature level 0
  • matc: Add support for post-process materials in feature level 0
  • engine: Add Material::getFeatureLevel()
  • engine: Add missing Material::getReflectionMode() method in Java
  • engine: Support basic usage of post-processing materials on feature level 0
  • engine: Fix critical GLES 2.0 bugs
  • engine: Add FILAMENT_ENABLE_FEATURE_LEVEL_0 build-time option optionally allow building Filament
    without FL0 support.