| VIZ++ Class: OpenGLPixelFormatRGBA |
| VIZ++ Class Library | VIZ++ Samples | VIZ++ ClassTree |
/*
* OpenGLPixelFormatRGBA.h
* Copyright (c) 2015 Antillia.com TOSHIYUKI ARAI. ALL RIGHTS RESERVED.
*/
// 2015/07/22
#include <viz++/opengl/OpenGLPixelFormat.h>
namespace VIZ {
class OpenGLPixelFormatRGBA :public OpenGLPixelFormat {
public:
OpenGLPixelFormatRGBA(ClientDC* clientDC)
:OpenGLPixelFormat(clientDC)
{
}
};
}