Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom uniforms of type vec4 are not allowed #3

Open
Limeth opened this issue May 9, 2020 · 1 comment
Open

Custom uniforms of type vec4 are not allowed #3

Limeth opened this issue May 9, 2020 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Limeth
Copy link
Owner

Limeth commented May 9, 2020

The behavior should mimic the behavior of float4.

@Limeth Limeth added the bug Something isn't working label May 9, 2020
@Limeth
Copy link
Owner Author

Limeth commented Nov 25, 2020

This bug originates within the OBS source code. It seems like uniform types are not parsed properly based on whether OpenGL is used, and the parsing probably occurs before the transpilation from HLSL to GLSL.
As a workaround, use float4 instead.

@Limeth Limeth added the wontfix This will not be worked on label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant