mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
import_etc2_astc true
This commit is contained in:
parent
0d940566a7
commit
61d0534f07
2 changed files with 2 additions and 1 deletions
|
@ -75,4 +75,5 @@ open_debug={
|
|||
[rendering]
|
||||
|
||||
textures/canvas_textures/default_texture_filter=2
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
textures/default_filters/anisotropic_filtering_level=1
|
||||
|
|
|
@ -11,7 +11,7 @@ void fragment() {
|
|||
} else {
|
||||
COLOR = zero;
|
||||
}
|
||||
|
||||
|
||||
if (ext_texture_is_bgra) {
|
||||
COLOR = COLOR.bgra; // Swizzle BGRA to RGBA
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue