Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ RenderTarget
Method
RenderTarget
engine/src/rendertarget.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
unsigned int fbo_texture;
26
27
RenderTarget(){};
28
~RenderTarget(){};
29
30
void Create(int w, int h, bool hasdepth);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected