Fixed create/destroy windows.

This commit is contained in:
Branimir Karadžić
2017-01-26 15:34:11 -08:00
parent cee3a802cc
commit b62fe2749f
5 changed files with 18 additions and 5 deletions

View File

@@ -4429,6 +4429,7 @@ data.NumQualityLevels = 0;
void FrameBufferD3D12::create(uint8_t _num, const Attachment* _attachment)
{
m_denseIdx = UINT16_MAX;
m_numTh = _num;
memcpy(m_attachment, _attachment, _num*sizeof(Attachment) );