예제 #1
0
파일: image.go 프로젝트: carriercomm/ebiten
func (i *Image) IsInvalidated(context *opengl.Context) bool {
	return !context.IsTexture(i.texture.native)
}