HGamer3D-Ogre-Binding-0.1.8: Library to enable 3D game development for Haskell - Ogre Bindings

Safe HaskellSafe-Infered

HGamer3D.Bindings.Ogre.ClassMultiRenderTarget

Synopsis

Documentation

bindSurfaceSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> Int

attachment - 0 .. mCapabilities->getNumMultiRenderTargets()-1

-> HG3DClass

target - RenderTexture to bind.

-> IO () 

Unbind attachment.

Bind a surface to a certain attachment point.

unbindSurfaceSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> Int

attachment

-> IO () 

Get a pointer to a bound surface

getBoundSurfaceSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> Int

index

-> IO HG3DClass