| 18 | int ArraySize, ovrTextureFormat Format, unsigned int MiscFlags, unsigned int BindFlags) = 0; |
| 19 | |
| 20 | virtual bool LockSharedTexture() { return true; } |
| 21 | virtual bool UnlockSharedTexture() { return true; } |
| 22 | virtual bool CreateSharedTextureGL(unsigned int* outName) = 0; |
| 23 | virtual void DeleteSharedTextureGL(unsigned int name) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected