Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ EnsureInVRAM
Method
EnsureInVRAM
Source/Graphics/textures.cpp:2446–2448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2444
}
2445
2446
void Textures::EnsureInVRAM(const TextureAssetRef& id) {
2447
EnsureInVRAM(id->id);
2448
}
2449
2450
void Textures::EnsureInVRAM(const TextureRef& id) {
2451
EnsureInVRAM(id.id);
Callers
12
DrawImGuiDebug
Method · 0.80
framebufferColorTexture2D
Method · 0.80
InitScreen
Method · 0.80
Draw
Method · 0.80
IsCharacterSelceted
Function · 0.80
AddSpawnerItem
Function · 0.80
DrawAdvancedModMenu
Function · 0.80
AS_ImGui_Image
Function · 0.80
AS_ImGui_ImageButton
Function · 0.80
AS_ImDrawList_AddImage
Function · 0.80
AS_ImDrawList_AddImageQuad
Function · 0.80
AS_ImDrawList_AddImageRounded
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected