MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NRI / CmdUploadStreamerUpdateRequests

Function CmdUploadStreamerUpdateRequests

Source/Validation/ImplVal.cpp:1142–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140}
1141
1142static void CmdUploadStreamerUpdateRequests(CommandBuffer& commandBuffer, Streamer& streamer) {
1143 StreamerVal& streamerVal = (StreamerVal&)streamer;
1144 StreamerImpl* streamerImpl = streamerVal.GetImpl();
1145
1146 streamerImpl->CmdUploadUpdateRequests(commandBuffer);
1147}
1148
1149Result DeviceVal::FillFunctionTable(StreamerInterface& table) const {
1150 table.CreateStreamer = ::CreateStreamer;

Callers

nothing calls this directly

Calls 2

GetImplMethod · 0.45

Tested by

no test coverage detected