Skip to content

Commit

Permalink
Merge #3772
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and Uniformbuffer3 authored Jun 9, 2021
2 parents 81cf879 + f799b81 commit 0a0cdaa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/quad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ The following image is an output of `cargo run --bin quad --features=gl`:
If the environment variable `DIRECT_DISPLAY` is setted, the example will try to
present the image directly on the terminal without windowing system. This path
will work only with the vulkan backend, so the `--features=vulkan` flag need to
be used. Like the standard winit path, pressing the key "Esc" will terminate the application.
Due to input gathering nature, the application will collect all
the inputs while running, so the user will not be able to do anything in the meantime.
For this reason, the application will exit automatically after 10 seconds to
avoid user get stucked.
be used. When launched in this mode, the Gfx logo will be showed for 5 seconds and then the example will close.

0 comments on commit 0a0cdaa

Please sign in to comment.