| 100 | } |
| 101 | |
| 102 | void HWTexture::Create(ref_ptr<dp::GraphicsContext> context, Params const & params) |
| 103 | { |
| 104 | Create(context, params, nullptr); |
| 105 | } |
| 106 | |
| 107 | void HWTexture::Create(ref_ptr<dp::GraphicsContext>, Params const & params, ref_ptr<void>) |
| 108 | { |
nothing calls this directly
no test coverage detected