| 156 | } |
| 157 | |
| 158 | GPUShader* GPUDeviceNull::CreateShader(const StringView& name) |
| 159 | { |
| 160 | PROFILE_MEM(GraphicsShaders); |
| 161 | return New<GPUShaderNull>(); |
| 162 | } |
| 163 | |
| 164 | GPUPipelineState* GPUDeviceNull::CreatePipelineState() |
| 165 | { |
no outgoing calls
no test coverage detected