mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 01:48:09 +00:00
[idd] updated to a VS2022 project with Windows 10 support
This commit is contained in:
@@ -34,9 +34,9 @@ private:
|
||||
|
||||
struct StagingTexture
|
||||
{
|
||||
int width;
|
||||
int height;
|
||||
DXGI_FORMAT format;
|
||||
int width = 0;
|
||||
int height = 0;
|
||||
DXGI_FORMAT format = DXGI_FORMAT_UNKNOWN;
|
||||
Microsoft::WRL::ComPtr<ID3D11Texture2D> tex;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user