VIZ++ Class: OpenGLPixelFormatRGBA

 VIZ++ Class Library  VIZ++ Samples  VIZ++ ClassTree 

Source code

/*
 * 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)
  {
  }

};

}

Last modified: 10 Feb 2017

Copyright (c) 2009-2017 Antillia.com ALL RIGHTS RESERVED.