| 150 | } |
| 151 | |
| 152 | GPUTexture* GPUDeviceNull::CreateTexture(const StringView& name) |
| 153 | { |
| 154 | PROFILE_MEM(GraphicsTextures); |
| 155 | return New<GPUTextureNull>(); |
| 156 | } |
| 157 | |
| 158 | GPUShader* GPUDeviceNull::CreateShader(const StringView& name) |
| 159 | { |
no outgoing calls
no test coverage detected