python-opengl
python-opengl copied to clipboard
Typo
known instead of know should be there. Just search for this(below in double courts) in your book and change 'know' to 'known' inside the brackets
''Of course, we also need to upload a color to this new uniform location and this is easier than for attribute because the memory has already been allocated on the GPU (since the size is know and does not depend on the number of vertices).''
Oh thanks. Can you make a PR?