microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.45k stars 369 forks source link

GraphicsMemory updated to support Xbox PIX memory tracking #180

Closed walbourn closed 10 months ago

walbourn commented 10 months ago

Adds enum GraphicsMemory::Tag and a defaulted parameter for GraphicsMemory::Allocate to take a tag.

These tags are currently unused on all other platforms.