| 203 | } |
| 204 | |
| 205 | GPUTexture* GPUTexture::New() |
| 206 | { |
| 207 | return GPUDevice::Instance->CreateTexture(); |
| 208 | } |
| 209 | |
| 210 | GPUTexture::GPUTexture() |
| 211 | : GPUResource(SpawnParams(Guid::New(), TypeInitializer)) |
nothing calls this directly
no test coverage detected