gpg --default-new-key-algo "ed25519/cert,sign+cv25519/encr" --quick-generate-key "my@email.com"
gpg --gen-key
- Set realname: Name Surname
- Set eamil: mail@mailbox.up
- Set strong password
| // See image comparison https://imgur.com/a/9L2P7GJ | |
| // Read details https://iolite-engine.com/blog_posts/minimal_agx_implementation | |
| // Usage: | |
| // 1. Open "Project Settings" and change "Working Color Space" to "sRGB / Rec709" | |
| // 2. Open `Engine\Shaders\Private\PostProcessTonemap.usf` file | |
| // 3. Find `half3 OutDeviceColor = ColorLookupTable(FinalLinearColor);` line | |
| // 4. Replace it with `half3 OutDeviceColor = ApplyAgX(FinalLinearColor);` line | |
| // 5. Find `half3 ColorLookupTable( half3 LinearColor )` function | |
| // 6. After the scope of the function, add the code below and run `RecompileShaders Changed` from console |
gpg --default-new-key-algo "ed25519/cert,sign+cv25519/encr" --quick-generate-key "my@email.com"
gpg --gen-key
| -ea | |
| -server | |
| -Xms2g | |
| -Xmx4g | |
| -Xss16m | |
| -XX:PermSize=456m | |
| -XX:MaxPermSize=556m | |
| -XX:+DoEscapeAnalysis | |
| -XX:+UseCompressedOops | |
| -XX:+UnlockExperimentalVMOptions |