I really don't like static variables. They proved to be no end of trouble when supporting multiple platforms. And in this case the variable is shared among multiple BufferView, which is wrong.
You can always make it a member variable. Bo
I really don't like static variables. They proved to be no end of trouble when supporting multiple platforms. And in this case the variable is shared among multiple BufferView, which is wrong.
You can always make it a member variable. Bo