Piece of memory with the Resource interface.
More...
Piece of memory with the Resource interface.
Definition at line 182 of file IO.hpp.
Gosu::Buffer::Buffer |
( |
const Buffer & |
other | ) |
|
const void* Gosu::Buffer::data |
( |
| ) |
const |
void* Gosu::Buffer::data |
( |
| ) |
|
void Gosu::Buffer::read |
( |
std::size_t |
offset, |
|
|
std::size_t |
length, |
|
|
void * |
destBuffer |
|
) |
| const |
|
virtual |
void Gosu::Buffer::resize |
( |
std::size_t |
newSize | ) |
|
|
virtual |
std::size_t Gosu::Buffer::size |
( |
| ) |
const |
|
virtual |
void Gosu::Buffer::write |
( |
std::size_t |
offset, |
|
|
std::size_t |
length, |
|
|
const void * |
sourceBuffer |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: