]> git.sesse.net Git - nageru/commit
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)
commit5a34f92eb0bf5fe911cb6ca72a18ad03ce9898ac
treebae7292de82f5aa5dd9a44ec51d7fa85f74b5173
parent5272c491ea6a0c5c0eb353632a6385a88ae74477
Move texture uploading out of a lambda.

This doesn't make all that much sense anymore, and having it outside
std::function helps debuggability. (Also, it probably saves a few
allocations.)
nageru/mixer.cpp
nageru/mixer.h