Minor Update - Fix Warning + Add texture in the object inspector

Feat :

+ Show the texture of the object in the Object Window

Fix :

- No warning for now...
This commit is contained in:
2024-04-09 13:02:33 +02:00
parent 01acf46db8
commit ca82f37127
8 changed files with 102 additions and 78 deletions

View File

@@ -20,7 +20,6 @@ TextureClass::~TextureClass()
bool TextureClass::Initialize(ID3D11Device * device, ID3D11DeviceContext * deviceContext, char* filename)
{
bool result;
int height, width;
D3D11_TEXTURE2D_DESC textureDesc;
HRESULT hResult;
unsigned int rowPitch;