Skip to content

Conversation

@gogoprog
Copy link

Hello,

I noticed the _rgba parameter from setState was not forwarded on some platforms.
This is needed when working with BGFX_STATE_BLEND_INDEPENDENT.

g.e:

bgfx::setState(
        state | BGFX_STATE_BLEND_INDEPENDENT,
	BGFX_STATE_BLEND_FUNC_RT_1(BGFX_STATE_BLEND_ZERO, BGFX_STATE_BLEND_SRC_COLOR)
	);

@gogoprog gogoprog requested a review from bkaradzic as a code owner February 11, 2023 08:31
@bkaradzic
Copy link
Owner

cc @pezcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants