浏览代码

device: no need for alpha

It also causes undesired transparent background on Wayland.
Daniele Bartolini 1 周之前
父节点
当前提交
7344737614
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 			, false
 			, 1
-			, bgfx::TextureFormat::RGBA8
+			, bgfx::TextureFormat::RGB8
 			, color_texture_flags
 			),
 		_depth_texture