1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Removing debug spam

This commit is contained in:
Brian Fiete 2019-09-26 08:30:07 -07:00
parent 235a3c6f62
commit 7189c89f45
2 changed files with 2 additions and 11 deletions

View file

@ -1491,7 +1491,7 @@ Texture* DXRenderDevice::LoadTexture(ImageData* imageData, int flags)
//desc.CPUAccessFlags = D3D11_CPU_ACCESS_WRITE;
desc.BindFlags = D3D11_BIND_SHADER_RESOURCE;
OutputDebugStrF("Creating texture\n");
//OutputDebugStrF("Creating texture\n");
ID3D11Texture2D* d3DTexture = NULL;
DXCHECK(mD3DDevice->CreateTexture2D(&desc, &resData, &d3DTexture));