Main Page Modules Alphabetical List Data Structures Data Fields
Raster 2D Functions
[D3D9]
This section is related to blitting from one raster to another, or clearing areas of a raster.
D3D9 RenderWare Graphics only supports certain source and destination raster types. These are described here.
- RwRasterRender
-
Valid source raster types are:
- RwRASTERTYPECAMERATEXTURE
- RwRASTERTYPENORMAL
- RwRASTERTYPETEXTURE
Valid destination raster types are:
- RwRASTERTYPECAMERA
- RwRASTERTYPECAMERATEXTURE
- See also:
-
RwRasterType , RwRasterRender
If an invalid source or destination raster type is used, the called rendering function will return a failed result.- RwRasterRenderScaled
-
Valid source raster types are:
- RwRASTERTYPECAMERATEXTURE
- RwRASTERTYPENORMAL
- RwRASTERTYPETEXTURE
Valid destination raster types are:
- RwRASTERTYPECAMERA
- RwRASTERTYPECAMERATEXTURE
- See also:
-
RwRasterType , RwRasterRenderScaled
If an invalid source or destination raster type is used, the called rendering function will return a failed result.- RwRasterRenderFast
-
Valid source raster types are:
- RwRASTERTYPECAMERATEXTURE
- RwRASTERTYPENORMAL
- RwRASTERTYPETEXTURE
Valid destination raster types are:
- RwRASTERTYPECAMERA
- RwRASTERTYPECAMERATEXTURE
The following source raster type is only supported when both source and destination rasters have the same pixel format:
The following destination raster types are only supported when both source and destination rasters have the same pixel format:
- RwRASTERTYPENORMAL
- RwRASTERTYPETEXTURE
- See also:
-
RwRasterType , RwRasterRenderFast
If an invalid source or destination raster type is used, the called rendering function will return a failed result.- RwRasterClear
-
RwRasterClear clears an entire raster to a specified pixel value. This function only supports the following raster types:
- RwRASTERTYPENORMAL
- RwRASTERTYPETEXTURE
- RwRASTERTYPECAMERA
- RwRASTERTYPECAMERATEXTURE
- See also:
-
RwRasterType , RwCameraClearMode
- RwRasterClearRect
-
RwRasterClearRect clears the specified region of a raster to a specified pixel value. This function only supports the following raster types:
- RwRASTERTYPENORMAL
- RwRASTERTYPETEXTURE
- RwRASTERTYPECAMERA
- RwRASTERTYPECAMERATEXTURE
- See also:
-
RwRasterType
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:46:57 2004.
Send Feedback