global update
This commit is contained in:
@@ -318,10 +318,6 @@ void CKotUIBuffer::Draw( IImage *pImage )
|
||||
pList->SetLoadStoreModes(0, LOAD_MODE_LOAD, STORE_MODE_STORE);
|
||||
pList->SetRenderResolution(pImage->GetImageWidth(), pImage->GetImageHeight());
|
||||
|
||||
pList->Barrier(m_pDataBuffer, true, false);
|
||||
pList->Barrier(pScreenBuffer, true, false);
|
||||
pList->Barrier(m_pFont->GetAtlas(), true, false);
|
||||
|
||||
pList->SetMaterial(m_pMaterial);
|
||||
pList->SetVertexBuffer(0, s_pGlyphBuffer);
|
||||
pList->DrawPrimitives(6, 0, uRealGlyphCount, 0);
|
||||
|
||||
Reference in New Issue
Block a user