Fix the comment for RenderTarget

This commit is contained in:
Hajime Hoshi 2014-12-20 15:11:45 +09:00
parent c49937519e
commit 77ba18c2de

View File

@ -74,8 +74,6 @@ func (t *Texture) Size() (width int, height int) {
}
// RenderTarget represents a render target.
// A render target is essentially same as a texture, but it is assumed that the
// all alpha values of a render target is maximum.
type RenderTarget struct {
glRenderTarget *opengl.RenderTarget
texture *Texture