Enums


Public Member Functions

  • RendererDx (int aAntiAliasing=AA_MSAA_16)
  • ~RendererDx ()
  • clone () const
  • void
    kill ()
  • void
    prepareToggleFullScreen ()
  • void
    finishToggleFullScreen ()
  • void
    setAntiAliasing (int aAntiAliasing)
  • int
    getAntiAliasing () const
  • void
    startDraw ()
  • void
    finishDraw ()
  • void
    defaultResize ()
  • copyWindowSurface (const Area &area)
  • void
    makeCurrentContext ()
  • MatrixStack &
    getModelView ()
  • MatrixStack &
    getProjection ()
  • CGContextRef
    getCgContext ()
  • void
    setFrameSize (int, int)
  • copyWindowSurface (const Area &area, int32_t windowHeightPixels)=0
  • void
    makeCurrentContext (bool=false)
  • void
    swapBuffers ()

Static Public Member Functions


Protected Member Functions

  • RendererDx (const RendererDx &renderer)

Protected Attributes

  • int
    mAntiAliasing
  • DX_WINDOW_TYPE
    mWnd
  • MatrixStack
    mModelView
  • MatrixStack
    mProjection