mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-22 23:17:26 -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]
|
[rendering]
|
||||||
|
|
||||||
textures/canvas_textures/default_texture_filter=2
|
textures/canvas_textures/default_texture_filter=2
|
||||||
|
textures/vram_compression/import_etc2_astc=true
|
||||||
textures/default_filters/anisotropic_filtering_level=1
|
textures/default_filters/anisotropic_filtering_level=1
|
||||||
|
|
|
@ -11,7 +11,7 @@ void fragment() {
|
||||||
} else {
|
} else {
|
||||||
COLOR = zero;
|
COLOR = zero;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ext_texture_is_bgra) {
|
if (ext_texture_is_bgra) {
|
||||||
COLOR = COLOR.bgra; // Swizzle BGRA to RGBA
|
COLOR = COLOR.bgra; // Swizzle BGRA to RGBA
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue