mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
Fix the comment for RenderTarget
This commit is contained in:
parent
c49937519e
commit
77ba18c2de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user