Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ ToTextureRepresentation
Method
ToTextureRepresentation
ZEngine/src/GraphicScene.cpp:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
unsigned int GraphicScene::ToTextureRepresentation() const {
143
return m_renderer->GetFrameBuffer()->GetTexture();
144
}
145
146
} // namespace ZEngine::Rendering::Scenes
Callers
nothing calls this directly
Calls
1
GetTexture
Method · 0.80
Tested by
no test coverage detected