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

Method createSamplerFeedbackForNativeTexture

src/vulkan/vulkan-device.cpp:756–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754 (void)desc;
755
756 utils::NotSupported();
757
758 return nullptr;
759 }
760
761 SamplerFeedbackTextureHandle Device::createSamplerFeedbackForNativeTexture(ObjectType objectType, Object texture, ITexture* pairedTexture)
762 {
763 (void)objectType;
764 (void)texture;
765 (void)pairedTexture;
766
767 utils::NotSupported();
768

Callers

nothing calls this directly

Calls 1

NotSupportedFunction · 0.85

Tested by

no test coverage detected