MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / set_platform

Method set_platform

framework/platform/plugins/plugin.h:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 void log_help(size_t width) const;
226
227 void set_platform(Platform *platform)
228 {
229 assert(!this->platform && platform);
230 this->platform = platform;
231 }
232
233 void clear_platform()
234 {

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected