| 199 | } |
| 200 | |
| 201 | void DX11Texture::SetName(std::string const& name) |
| 202 | { |
| 203 | DX11Resource::SetName(name); |
| 204 | DX11Log(DX11::SetPrivateName(mSRView, name)); |
| 205 | DX11Log(DX11::SetPrivateName(mUAView, name)); |
| 206 | } |
| 207 | |
| 208 | void DX11Texture::CopyPitched2(uint32_t numRows, uint32_t srcRowPitch, |
| 209 | void const* srcData, uint32_t trgRowPitch, void* trgData) |
no outgoing calls
no test coverage detected