| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.ClassRenderer
- destroyAllGeometryBuffers :: HG3DClass -> IO ()
- destroyAllTextureTargets :: HG3DClass -> IO ()
- destroyAllTextures :: HG3DClass -> IO ()
- beginRendering :: HG3DClass -> IO ()
- endRendering :: HG3DClass -> IO ()
- getMaxTextureSize :: HG3DClass -> IO Int
- getIdentifierString :: HG3DClass -> IO String
- delete :: HG3DClass -> IO ()
- destroyAllGeometryBuffers'_ :: HG3DClassPtr -> IO ()
- destroyAllTextureTargets'_ :: HG3DClassPtr -> IO ()
- destroyAllTextures'_ :: HG3DClassPtr -> IO ()
- beginRendering'_ :: HG3DClassPtr -> IO ()
- endRendering'_ :: HG3DClassPtr -> IO ()
- getMaxTextureSize'_ :: HG3DClassPtr -> Ptr CUInt -> IO ()
- getIdentifierString'_ :: HG3DClassPtr -> Ptr CChar -> IO ()
- delete'_ :: HG3DClassPtr -> IO ()
Documentation
destroyAllGeometryBuffersSource
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO () |
Destroy all GeometryBuffer objects created by this Renderer
destroyAllTextureTargetsSource
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO () |
Destroy all Texture objects created by this Renderer
Destory all TextureTarget objects created by this Renderer
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO () |
Perform any operations required to put the system into a state ready for rendering operations to begin.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO () |
Perform any operations required to finalise rendering.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO () |
Return the pixel size of the maximum supported texture.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO String | return value - String object holding text that identifies the |
Return identification string for the renderer module.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance which is going to be deleted. |
| -> IO () |
Destructor.
destroyAllTextures'_ :: HG3DClassPtr -> IO ()Source
beginRendering'_ :: HG3DClassPtr -> IO ()Source
endRendering'_ :: HG3DClassPtr -> IO ()Source
getMaxTextureSize'_ :: HG3DClassPtr -> Ptr CUInt -> IO ()Source
getIdentifierString'_ :: HG3DClassPtr -> Ptr CChar -> IO ()Source
delete'_ :: HG3DClassPtr -> IO ()Source