Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ RuntimeProgram
Method
RuntimeProgram
include/tgfx/gpu/RuntimeProgram.h:31–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
class RuntimeProgram {
30
public:
31
explicit RuntimeProgram(Context* context) : context(context) {
32
}
33
34
virtual ~RuntimeProgram() = default;
35
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected