| 247 | } |
| 248 | |
| 249 | void ManagedTexture::SetToInvalidTexture( void ) |
| 250 | { |
| 251 | m_hCpuDescriptorHandle = TextureManager::GetMagentaTex2D().GetSRV(); |
| 252 | m_IsValid = false; |
| 253 | } |
| 254 | |
| 255 | const ManagedTexture* TextureManager::LoadFromFile( const std::wstring& fileName, bool sRGB ) |
| 256 | { |
no test coverage detected