www.pudn.com > AndreasHalm-src.zip > SoftwareShaderWarning.cpp


// SoftwareShaderWarning.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "OpenGLSLCubizzle.h" 
#include "SoftwareShaderWarning.h" 
 
 
// CSoftwareShaderWarning dialog 
 
IMPLEMENT_DYNAMIC(CSoftwareShaderWarning, CDialog) 
CSoftwareShaderWarning::CSoftwareShaderWarning(CWnd* pParent /*=NULL*/) 
	: CDialog(CSoftwareShaderWarning::IDD, pParent) 
   , m_sInfoLog(_T("")) 
{ 
} 
 
CSoftwareShaderWarning::~CSoftwareShaderWarning() 
{ 
} 
 
void CSoftwareShaderWarning::DoDataExchange(CDataExchange* pDX) 
{ 
   CDialog::DoDataExchange(pDX); 
   DDX_Text(pDX, IDC_INFOLOG, m_sInfoLog); 
} 
 
 
BEGIN_MESSAGE_MAP(CSoftwareShaderWarning, CDialog) 
END_MESSAGE_MAP() 
 
 
// CSoftwareShaderWarning message handlers