Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ resize
Method
resize
framework/scene_graph/script.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void Script::resize(uint32_t /*width*/, uint32_t /*height*/)
38
{
39
}
40
41
NodeScript::NodeScript(vkb::scene_graph::NodeC &node, const std::string &name) :
42
Script{name},
Callers
1
get_components
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected