MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Created

Method Created

Source/Engine/Video/Video.cpp:252–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void VideoBackendPlayer::Created(const VideoBackendPlayerInfo& info)
253{
254#ifdef TRACY_ENABLE
255 DebugUrlLen = info.Url.Length();
256 DebugUrl = (Char*)Allocator::Allocate(DebugUrlLen * sizeof(Char) + 2);
257 Platform::MemoryCopy(DebugUrl, *info.Url, DebugUrlLen * 2 + 2);
258#endif
259 Updated(info);
260}
261
262void VideoBackendPlayer::Updated(const VideoBackendPlayerInfo& info)
263{

Callers 3

Player_CreateMethod · 0.80
VideoBackendAV.cppFile · 0.80
Player_CreateMethod · 0.80

Calls 1

LengthMethod · 0.45

Tested by

no test coverage detected