MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / beginTrackingTextureState

Method beginTrackingTextureState

src/validation/validation-commandlist.cpp:1084–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected