Gets buffer (can be null due to 'late init' feature).
| 46 | /// Gets buffer (can be null due to 'late init' feature). |
| 47 | /// </summary> |
| 48 | FORCE_INLINE GPUBuffer* GetBuffer() const |
| 49 | { |
| 50 | return _buffer; |
| 51 | } |
| 52 | |
| 53 | /// <summary> |
| 54 | /// Clear data (begin for writing) |