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
That works if you're only drawing one thing (e.g. filling a window with video). Not so good if you're drawing multiple shapes -- see draw() in "Hardware scaler exerciser" for an example.
Hello :)
Just a small suggestion.
In Texture2DProgram in the draw method before it starts drawing it should do
To clear the buffer and not leave residues from previous draws.
The text was updated successfully, but these errors were encountered: