| 170 | } |
| 171 | |
| 172 | void LinearDescriptorHeap::Reset() |
| 173 | { |
| 174 | Allocated = 0; |
| 175 | } |
| 176 | |
| 177 | // == Buffer ====================================================================================== |
| 178 |
nothing calls this directly
no outgoing calls
no test coverage detected