Sets name used for CPU reporting, and for GPU buffer names
| 80 | |
| 81 | /// Sets name used for CPU reporting, and for GPU buffer names |
| 82 | void setName(std::string_view name) { mBufferName = name; } |
| 83 | |
| 84 | /// Sets the name of the define that governs the number of buffers in the GPU code. |
| 85 | /// This is less than ideal, but there is no way to automatically detect which |
no outgoing calls
no test coverage detected