mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
parent
8bac08cbd9
commit
cf2f7009aa
@ -46,9 +46,6 @@ func IsShaderAvailable() bool {
|
|||||||
if !theGraphicsDriver.IsGL() {
|
if !theGraphicsDriver.IsGL() {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if web.IsBrowser() {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user