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 missing methods #221

Open
7 of 9 tasks
ViscousVortex opened this issue Sep 5, 2019 · 1 comment
Open
7 of 9 tasks

Add missing methods #221

ViscousVortex opened this issue Sep 5, 2019 · 1 comment

Comments

@ViscousVortex
Copy link
Contributor

ViscousVortex commented Sep 5, 2019

  • shader methods begin, setUniformi, end
  • shader constructor that takes multiple arguments
  • Mdx equivalent for Gdx.gl.glActiveTexture
  • PS4GamePad.addListener with order parameter
  • XboxGamePad.addListener with order parameter
  • GamePadMapping Interface that lists methods for listeners.
  • AssetManager.getProgress
  • Texture methods setFilter
  • Texture methods bind
@tomcashman
Copy link
Contributor

  • Texture setFilter is now set via Graphics class due to how MonoGame works
  • Shader constructor now takes a single argument due to HLSL. On GLSL platforms, it will search for ARG.frag.glsl and ARG.vert.glsl. On MonoGame it will search for the content resource.

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

No branches or pull requests

2 participants