提交 9fc05e2a 编写于 作者: J jp9000

Set default values for blend state structure

上级 7dfb26eb
......@@ -106,6 +106,10 @@ static bool graphics_init(struct graphics_subsystem *graphics)
graphics->exports.device_blendfunction(graphics->device,
GS_BLEND_SRCALPHA, GS_BLEND_INVSRCALPHA);
graphics->cur_blend_state.enabled = true;
graphics->cur_blend_state.src = GS_BLEND_SRCALPHA;
graphics->cur_blend_state.dest = GS_BLEND_INVSRCALPHA;
graphics->exports.device_leavecontext(graphics->device);
gs_init_image_deps();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册