MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / WriteDescriptor

Method WriteDescriptor

libraries/ntc-utils/src/GraphicsDecompressionPass.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void GraphicsDecompressionPass::WriteDescriptor(nvrhi::BindingSetItem item)
87{
88 m_device->writeDescriptorTable(m_descriptorTable, item);
89}
90
91bool GraphicsDecompressionPass::SetLatentDataFromTextureSet(nvrhi::ICommandList* commandList, ntc::IContext* context,
92 GDeflateFeatures* gdeflateFeatures,

Callers 4

DecompressWithGapiMethod · 0.80
TranscodeTilesMethod · 0.80
TranscodeMaterialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected