VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectTextureFlags.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvOsg/vrvOsg.h>
12 
13 namespace makVrv
14 {
16  {
17  GLTF = 0x00000001
18  , RUNTIME_TEXTURE = 0x00000002
19  , CDB_TEXTURE = 0x00000004
20  };
21 
22 }
Definition: DtIndirectTextureFlags.h:18
DtIndirectTextureFlags
Definition: DtIndirectTextureFlags.h:15
Definition: DtIndirectTextureFlags.h:17
Definition: DtIndirectTextureFlags.h:19
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)