| 3000 | } |
| 3001 | |
| 3002 | KTX_error_code |
| 3003 | ktxTexture2_WriteToStream(ktxTexture2* This, |
| 3004 | ktxStream* dststr) |
| 3005 | { |
| 3006 | UNUSED(This); |
| 3007 | UNUSED(dststr); |
| 3008 | return KTX_INVALID_OPERATION; |
| 3009 | } |
| 3010 | |
| 3011 | #endif |
| 3012 |
no outgoing calls
no test coverage detected