-
Enhancement
-
Resolution: Fixed
-
P4
-
7u6
Currently the Glass Pixels constructor only allows buffers that are exactly the required size. This is too constrictive, the Pixels should be able to take any buffer size as long as it meets the minimum size - this allows the client to grow the size without having to allocate new memory for brand new buffer, which is a useful optimization for live resizing (when the size gets smaller).