You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SDL_GL_BindTexture) section, this function returns two floating point values, why are they floats instead of ints? In the source these can be 0.0, 1.0 or the texture dimensions. In the examples they are multiplied by texture coords.
Should the binding reflect this?
Move the function to SDL.Video.Textures.GL package to reflect what it operates on or keep where it is?
The text was updated successfully, but these errors were encountered:
In the SDL_GL_BindTexture) section, this function returns two floating point values, why are they floats instead of ints? In the source these can be 0.0, 1.0 or the texture dimensions. In the examples they are multiplied by texture coords.
SDL.Video.Textures.GL
package to reflect what it operates on or keep where it is?The text was updated successfully, but these errors were encountered: