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