-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better image upload batching (4s->1s in Bistro), fixed Tracy mismatch…
…ed new/delete, and added more Tracy instrumentation.
- Loading branch information
1 parent
9d25f1c
commit 99d4db6
Showing
3 changed files
with
244 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ namespace Fvog | |
class Device; | ||
class TextureView; | ||
class Texture; | ||
class Buffer; | ||
|
||
namespace detail | ||
{ | ||
|
Oops, something went wrong.