| 1082 | } |
| 1083 | |
| 1084 | void CommandListWrapper::beginTrackingTextureState(ITexture* texture, TextureSubresourceSet subresources, ResourceStates stateBits) |
| 1085 | { |
| 1086 | if (!requireOpenState()) |
| 1087 | return; |
| 1088 | |
| 1089 | m_CommandList->beginTrackingTextureState(texture, subresources, stateBits); |
| 1090 | } |
| 1091 | |
| 1092 | void CommandListWrapper::beginTrackingBufferState(IBuffer* buffer, ResourceStates stateBits) |
| 1093 | { |
nothing calls this directly
no outgoing calls
no test coverage detected