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