Bläddra i källkod

device: no need for alpha

It also causes undesired transparent background on Wayland.
Daniele Bartolini 1 vecka sedan
förälder
incheckning
7344737614
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/device/pipeline.cpp

+ 1 - 1
src/device/pipeline.cpp

@@ -445,7 +445,7 @@ void Pipeline::reset(u16 width, u16 height)
 			, height
 			, height
 			, false
 			, false
 			, 1
 			, 1
-			, bgfx::TextureFormat::RGBA8
+			, bgfx::TextureFormat::RGB8
 			, color_texture_flags
 			, color_texture_flags
 			),
 			),
 		_depth_texture
 		_depth_texture