encase
encase copied to clipboard
traits for buffers and BufferContent trait and implementation
Changed the repeated behaviour of buffers into traits Buffer, WritableBuffer and ReadableBuffer. Added a BufferContent trait to get the content of a buffer with some data. This would be useful to make writing uniform data to GPU buffers simpler.