Marlax0
Marlax0
Example (unsafe context): ``` Vector4* textColor = ImGui.GetStyleColorVec4(ImGuiCol.Text); ImGui.PushStyleColor(ImGuiCol.Text, *textColor); ``` This doesn't seem to be intentional. Using 1.87.3 via NuGet.
It doesn't seem like the tool should be GDKX exclusive. XAudio2 supports both ADPCM and xWMA for Windows, and ADPCMEncode.exe is already included with GDK. PC games use the format...
I see there are helpers for cube maps like `BcEncoder.EncodeCubeMapToDds`, but I don't see anything for 3D/volume textures. Is it possible to encode 3D textures using other aspects of the...
Dunno how much attention this project still gets, but this is a feature I would personally like to see added. [Read about D3D12 Independent Devices here.](https://microsoft.github.io/DirectX-Specs/d3d/IndependentDevices.html) Some info may be...