MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / ktxTexture2_WriteToStream

Function ktxTexture2_WriteToStream

lib/texture2.c:3002–3009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected