MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / vendorToString

Method vendorToString

OgreMain/src/OgreRenderSystemCapabilities.cpp:395–399  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

393 }
394 //---------------------------------------------------------------------
395 String RenderSystemCapabilities::vendorToString(GPUVendor v)
396 {
397 initVendorStrings();
398 return msGPUVendorStrings[v];
399 }
400 //---------------------------------------------------------------------
401 void RenderSystemCapabilities::initVendorStrings()
402 {

Callers 2

writeFunction · 0.80
checkGPURulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected