VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOpenGLMappings.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
11 #include "DtGraphicsUtilsPreReqs.h"
12 #include "DtDataFormat.h"
13 #include "DtUsage.h"
14 #include "DtCPUAccess.h"
15 
16 #include <GL/glew.h>
17 
18 
19 namespace makVrv {
23  {
24  public:
25  static GLenum getFormat(DtDataFormat format);
26  static GLenum getInternalFormat(DtDataFormat format);
27  static GLenum getType(DtDataFormat format);
28  static GLenum getUsage(DtUsage usage, DtCpuAccess cpuAccess);
29  };
30 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)