mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-03 16:15:40 +00:00
Add option --no-mipmaps
Add an option to disable trilinear filtering even if mipmapping is available.
This commit is contained in:
parent
bea7658807
commit
11a61b2cb3
6 changed files with 31 additions and 11 deletions
|
@ -74,6 +74,10 @@ Disable device control (mirror the device in read\-only).
|
|||
.B \-N, \-\-no\-display
|
||||
Do not display device (only when screen recording is enabled).
|
||||
|
||||
.TP
|
||||
.B \-\-no\-mipmaps
|
||||
If the renderer is OpenGL 3.0+ or OpenGL ES 2.0+, then mipmaps are automatically generated to improve downscaling quality. This option disables the generation of mipmaps.
|
||||
|
||||
.TP
|
||||
.BI "\-p, \-\-port " port[:port]
|
||||
Set the TCP port (range) used by the client to listen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue