| 25 | namespace AMD |
| 26 | { |
| 27 | Buffer::Buffer() |
| 28 | : _b1d(NULL) |
| 29 | , _srv(NULL) |
| 30 | , _uav(NULL) |
| 31 | , _staging_counter_b1d(NULL) |
| 32 | , _staging_b1d(NULL) |
| 33 | , _size_in_bytes(0) |
| 34 | {}; |
| 35 | Buffer::~Buffer() |
| 36 | { |
| 37 | Release(); |
nothing calls this directly
no outgoing calls
no test coverage detected