I know how to read bytes and all, but is there a way to test for the actual size of the buffer, or do we just assume the buffer re-sizes itself automatically...
I'm thinking that perhaps the...
Type: Posts; User: Zackron
I know how to read bytes and all, but is there a way to test for the actual size of the buffer, or do we just assume the buffer re-sizes itself automatically...
I'm thinking that perhaps the...
I am currently working on determining the color of a point where the mouse clicks at, by reading a given point in the color buffer.
The problem I'm having, is I can't seem to find any reference...