Uses of Class
com.blackrook.gloop.opengl.gl1.OGLBitmap
Packages that use OGLBitmap
-
Uses of OGLBitmap in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type OGLBitmapModifier and TypeMethodDescriptionvoidANDs this Bitmap with another, changing the contents of this one.static voidANDs this Bitmap with another, changing the contents of out.voidOGL11Graphics.drawBitmap(OGLBitmap b, float offsetX, float offsetY, float incX, float incY) Draws a Bitmap at the current raster position and increments the raster position.static voidNOTs this Bitmap with another, changing the contents of out.voidORs this Bitmap with another, changing the contents of this one.static voidORs this Bitmap with another, changing the contents of out.voidXORs this Bitmap with another, changing the contents of this one.static voidXORs this Bitmap with another, changing the contents of out.