Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
1 contribution in the last year in NVIDIA GameWorks
Activity in NVIDIA GameWorks
Contributed to
Falcor
Contribution activity in NVIDIA GameWorks
April - May 2019
angelskieglazki has no activity
in NVIDIA GameWorks
yet for this period.
March 2019
Created an issue in NVIDIAGameWorks/Falcor that received 3 comments
std::make_shared implementation
Hello. Is it possible add this line
GpuTime::SharedPtr GpuTimer::create()
{ return std::make_shared<GpuTimer>();
}
instead this:
return SharedPtr(…
3
comments