| 173 | } |
| 174 | |
| 175 | GPUBuffer* GPUDeviceNull::CreateBuffer(const StringView& name) |
| 176 | { |
| 177 | PROFILE_MEM(GraphicsBuffers); |
| 178 | return New<GPUBufferNull>(); |
| 179 | } |
| 180 | |
| 181 | GPUSampler* GPUDeviceNull::CreateSampler() |
| 182 | { |
no outgoing calls
no test coverage detected