mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +01:00
f08983e14d
It should be safe to assume 0 is an invalid texture ID in OpenGL. https://registry.khronos.org/OpenGL-Refpages/gl4/html/glIsTexture.xhtml > If texture is zero, or is a non-zero value that is not currently the > name of a texture, or if an error occurs, glIsTexture returns GL_FALSE. |
||
---|---|---|
.. | ||
gl | ||
context_js.go | ||
context_notjs.go | ||
context.go | ||
framebuffer.go | ||
gl_js.go | ||
graphics_default.go | ||
graphics_glfw.go | ||
graphics_js.go | ||
graphics_mobile.go | ||
graphics.go | ||
image.go | ||
locationcache.go | ||
program.go | ||
shader_js.go | ||
shader_notjs.go | ||
shader.go |