mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/graphicsdriver/directx: update comments
This commit is contained in:
parent
b48c2aa103
commit
b31ce0a568
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user