Interface Canvas

All Known Implementing Classes:
CanvasImpl

public interface Canvas
  • Method Details

    • texAlloc

      TextureAllocator texAlloc()
    • internalPushScissor

      void internalPushScissor(float x, float y, float width, float height)
    • internalPopScissor

      void internalPopScissor()
    • setLayer

      void setLayer(Layer layer)
    • upload

      void upload(RenderObject uploadable)
    • isDebugLayerEnabled

      boolean isDebugLayerEnabled(DebugLayer layer)