VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlScreenQuad.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
10 
11 
13 
14 namespace makVrv
15 {
18  {
19  private:
22 
24  DtGlScreenQuad& operator=(const DtGlScreenQuad&);
25 
26  public:
29 
31  virtual ~DtGlScreenQuad();
32 
34  virtual void draw();
35 
36  protected:
37  unsigned int vbo;
38  };
39 
40 }
Dll export defines.
unsigned int vbo
Definition: DtGlScreenQuad.h:37
A helper classes for Rendering a fullscreen quad.
Definition: DtGlScreenQuad.h:17
#define DT_DLL_VRVGRAPHICSUTILS
Definition: vrvGraphicsUtils.h:18

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)