]> git.sesse.net Git - nageru/commitdiff
Move texture uploading out of a lambda.
authorSteinar H. Gunderson <steinar+nageru@gunderson.no>
Sun, 24 May 2020 19:16:00 +0000 (21:16 +0200)
committerSteinar H. Gunderson <steinar+nageru@gunderson.no>
Sun, 24 May 2020 19:16:00 +0000 (21:16 +0200)
This doesn't make all that much sense anymore, and having it outside
std::function helps debuggability. (Also, it probably saves a few
allocations.)


No differences found