internal/graphicsdriver/directx: update comments

This commit is contained in:
Hajime Hoshi 2022-07-15 13:33:45 +09:00
parent b48c2aa103
commit b31ce0a568

View File

@ -1160,7 +1160,7 @@ func (g *Graphics) DrawTriangles(dstID graphicsdriver.ImageID, srcs [graphics.Sh
return err
}
// Release constant buffers when too many ones were created.
// Release constant buffers when too many ones will be created.
numPipelines := 1
if evenOdd {
numPipelines = 2