MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Blast / registerTkAsset

Method registerTkAsset

samples/SampleBase/scene/SceneController.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 void registerTkAsset(const TkAsset& tkAsset, SingleSceneAsset* asset)
452 {
453 m_tkAssetMap[&tkAsset] = asset;
454 }
455
456 void unregisterTkAsset(const TkAsset& tkAsset)
457 {

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected