| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected