Rename step 1 and step 2 to be a little more descriptive
This commit is contained in:
parent
56541b1ae5
commit
ea73ffe202
2 changed files with 8 additions and 8 deletions
|
@ -14,8 +14,8 @@ namespace VideoCore {
|
|||
|
||||
enum class LoadCallbackStage {
|
||||
Prepare,
|
||||
Raw,
|
||||
Binary,
|
||||
Decompile,
|
||||
Build,
|
||||
Complete,
|
||||
};
|
||||
using DiskResourceLoadCallback = std::function<void(LoadCallbackStage, std::size_t, std::size_t)>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue