File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,4 @@ The following image is an output of `cargo run --bin quad --features=gl`:
7
7
If the environment variable ` DIRECT_DISPLAY ` is setted, the example will try to
8
8
present the image directly on the terminal without windowing system. This path
9
9
will work only with the vulkan backend, so the ` --features=vulkan ` flag need to
10
- be used. Like the standard winit path, pressing the key "Esc" will terminate the application.
11
- Due to input gathering nature, the application will collect all
12
- the inputs while running, so the user will not be able to do anything in the meantime.
13
- For this reason, the application will exit automatically after 10 seconds to
14
- avoid user get stucked.
10
+ be used. When launched in this mode, the Gfx logo will be showed for 5 seconds and then the example will close.
You can’t perform that action at this time.
0 commit comments