~dandrader/nux/geis

« back to all changes in this revision

Viewing changes to NuxGraphics/RenderingPipeTextureBlend.cpp

  • Committer: Tarmac
  • Author(s): Łukasz 'sil2100' Zemczak, Jay Taoko
  • Date: 2012-07-03 11:33:20 UTC
  • mfrom: (624.2.2 nux.api-3.0)
  • Revision ID: tarmac-20120703113320-gdhbpb05v9gajz7y
Updated Nux API version to 3.0. Deprecated nux-image library. The feature by nux-image has been merged into nux-graphics.. Fixes: . Approved by Łukasz Zemczak, Didier Roche, Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
 
23
23
#include "NuxCore/NuxCore.h"
24
 
#include "NuxImage/ImageSurface.h"
 
24
#include "ImageSurface.h"
25
25
#include "GpuDevice.h"
26
26
#include "GLDeviceObjects.h"
27
27
#include "GLResourceManager.h"