| 14 | } |
| 15 | |
| 16 | void Texture::Create(ref_ptr<dp::GraphicsContext> context, Params const & params) |
| 17 | { |
| 18 | if (AllocateTexture(context, params.m_allocator)) |
| 19 | m_hwTexture->Create(context, params); |
| 20 | } |
| 21 | |
| 22 | void Texture::Create(ref_ptr<dp::GraphicsContext> context, Params const & params, ref_ptr<void> data) |
| 23 | { |
no outgoing calls
no test coverage detected