graphics: Appropriate rendering of edges on linear filter (Reland)

Fixes #456
This commit is contained in:
Hajime Hoshi
2017-12-03 21:13:21 +09:00
parent 8091aa5190
commit 1152439e65
15 changed files with 176 additions and 86 deletions

View File

@@ -38,8 +38,6 @@ func adjustForClearColor(x float32) float32 {
}
var (
Nearest Filter
Linear Filter
VertexShader ShaderType
FragmentShader ShaderType
ArrayBuffer BufferType