MCPcopy Create free account
hub / github.com/LibreVR/Revive / LockSharedTexture

Method LockSharedTexture

Revive/TextureBase.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected