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

An option to selectively disable caching of shader uniforms #552

Open
patrickmeehan opened this issue Sep 14, 2012 · 0 comments
Open

An option to selectively disable caching of shader uniforms #552

patrickmeehan opened this issue Sep 14, 2012 · 0 comments
Milestone

Comments

@patrickmeehan
Copy link
Member

As a user I want an option to selectively disable caching of shader uniforms so I can conserve CPU cycles when I know the value of a uniform will change frequently.

...

Right now all MOAIShaderUniforms cache their values and re-bind only if those values change. When we know a value is going to change frequently it may be advantageous to disable this behavior.

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

No branches or pull requests

1 participant