All Classes |Grouped Classes |Index

Function copy_subimage_from

	void CL_Texture::copy_subimage_from(
		CL_GraphicContext & context,
		int offset_x,
		int offset_y,
		int x,
		int y,
		int width,
		int height,
		int level = 0);

	void CL_Texture::copy_subimage_from(
		CL_GraphicContext & context,
		const CL_Point & offset,
		const CL_Rect & pos,
		int level = 0);