Skip to content

Commit 0a0cdaa

Browse files
Merge #3772
3772: Correction on the description of the direct display behaviour for the quad example r=kvark a=Uniformbuffer3 Hi, during the development of the direct display path i had removed the input acquisition so that no newer depencencies was needed. Unfortunately i have forgotten to update the example description accordingly, so this will fix it. The code works as intendend, just the description was not updated. Sorry for the incovenience. Have a good day Co-authored-by: Fabio Sgamma <[email protected]>
2 parents 81cf879 + f799b81 commit 0a0cdaa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/quad/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@ The following image is an output of `cargo run --bin quad --features=gl`:
77
If the environment variable `DIRECT_DISPLAY` is setted, the example will try to
88
present the image directly on the terminal without windowing system. This path
99
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.

0 commit comments

Comments
 (0)