gregjohnson2017 / tabula-editor

An image editor built from scratch with OpenGL in Go.
MIT License
7 stars 0 forks source link

Refactor Uniform Uploads #58

Closed gregjohnson2017 closed 4 years ago

gregjohnson2017 commented 4 years ago

These changes consolidate duplicated uniform upload code to make the OpenGL code more readable, reduce the likelihood of introduce hard-to-debug errors (like forgetting C-string terminator '\x00' at the end of variable name), and add improved error detection.