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

Method decodeSamplerFeedbackTexture

src/validation/validation-commandlist.cpp:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 }
474
475 void CommandListWrapper::decodeSamplerFeedbackTexture(IBuffer* buffer, ISamplerFeedbackTexture* texture, nvrhi::Format format)
476 {
477 m_CommandList->decodeSamplerFeedbackTexture(buffer, texture, format);
478 }
479
480 void CommandListWrapper::setSamplerFeedbackTextureState(ISamplerFeedbackTexture* texture, ResourceStates stateBits)
481 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected