Lines Matching +full:- +full:- +full:enable +full:- +full:all
24 example, on non-Android platforms:
27 mkdir -p /path/to/angle_shaders
31 will write all data to the `angle_shaders` directory.
39 The ANGLE feature `dumpShaderSource`, when enabled, writes all incoming
52 In Chromium, pass the following command line arguments to enable these
56 --enable-angle-features=dumpShaderSource
57 --enable-angle-features=enableShaderSubstitution
58 --enable-angle-features=dumpShaderSource,enableShaderSubstitution
61 You must also specify `--disable-gpu-sandbox` to allow ANGLE to access
62 these on-disk files for reading and writing. **Do not** browse the open web
73 shaders internally. It should work with all text-based shader translator
76 the SPIR-V backend.
79 for shader sources. To enable these features:
82 --enable-angle-features=dumpTranslatedShaders,enableTranslatedShaderSubstitution --disable-gpu-sand…
85 ## Putting it all together (example: macOS)
88 mkdir -p $HOME/tmp/angle_shaders
91 out/Release/Chromium.app/Contents/MacOS/Chromium --disable-gpu-sandbox --use-angle=metal --enable-a…
98 Alternatively, and especially if the application doesn't work with all of
103 out/Release/Chromium.app/Contents/MacOS/Chromium --disable-gpu-sandbox --use-angle=metal --enable-a…