| 1252 | } |
| 1253 | |
| 1254 | uint32_t TriTextureRes::GetSrvIndexInHeap() const |
| 1255 | { |
| 1256 | if( m_texture ) |
| 1257 | { |
| 1258 | return m_texture->GetSrvIndexInHeap(); |
| 1259 | } |
| 1260 | else |
| 1261 | { |
| 1262 | return 0xffffffff; |
| 1263 | } |
| 1264 | } |
| 1265 | |
| 1266 | void TriTextureRes::OnWrappedRenderTargetChanged() |
| 1267 | { |
no outgoing calls
no test coverage detected