MCPcopy 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
2446void Textures::EnsureInVRAM(const TextureAssetRef& id) {
2447 EnsureInVRAM(id->id);
2448}
2449
2450void Textures::EnsureInVRAM(const TextureRef& id) {
2451 EnsureInVRAM(id.id);

Callers 12

DrawImGuiDebugMethod · 0.80
InitScreenMethod · 0.80
DrawMethod · 0.80
IsCharacterSelcetedFunction · 0.80
AddSpawnerItemFunction · 0.80
DrawAdvancedModMenuFunction · 0.80
AS_ImGui_ImageFunction · 0.80
AS_ImGui_ImageButtonFunction · 0.80
AS_ImDrawList_AddImageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected