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

Add support for uniform arrays #320

Open
adriengivry opened this issue Nov 20, 2024 · 0 comments
Open

Add support for uniform arrays #320

adriengivry opened this issue Nov 20, 2024 · 0 comments
Labels
Feature New feature to the engine Graphics Graphical feature

Comments

@adriengivry
Copy link
Owner

Problem this feature should fix
It's currently not possible to send any sort of array to a shader as a uniform, through the shader/material system.

Expected solution
We should implement a solution to be able to set an array of any basic type (float, vec2, vec3, mat4...) on a material, as well as on a shader.

@adriengivry adriengivry added Feature New feature to the engine Graphics Graphical feature labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature to the engine Graphics Graphical feature
Projects
None yet
Development

No branches or pull requests

1 participant