VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtScopedShaderContainer.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2020 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 #pragma once
10 
12 
13 namespace makVrv
14 {
19  {
20  public:
23 
25  virtual ~DtScopedShaderContainer();
26  private:
29 
31  DtScopedShaderContainer& operator=(const DtScopedShaderContainer& rhs) = delete;
32  public:
33  unsigned int myShaderId;
34  };
35 }
Dll export defines.
unsigned int myShaderId
Definition: DtScopedShaderContainer.h:33
#define DT_DLL_VRVGRAPHICSUTILS
Definition: vrvGraphicsUtils.h:18
RAII container class to delete shader after scope good for holding shaders until they are linked into...
Definition: DtScopedShaderContainer.h:18

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)