| 388 | } |
| 389 | |
| 390 | TextureHandle DeviceWrapper::createHandleForNativeTexture(ObjectType objectType, Object texture, const TextureDesc& desc) |
| 391 | { |
| 392 | return m_Device->createHandleForNativeTexture(objectType, texture, desc); |
| 393 | } |
| 394 | |
| 395 | StagingTextureHandle DeviceWrapper::createStagingTexture(const TextureDesc& d, CpuAccessMode cpuAccess) |
| 396 | { |
nothing calls this directly
no outgoing calls
no test coverage detected