VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtUniformBufferObjectApplyAttribute.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace osg
15 {
16  class State;
17 }
18 
19 namespace makVrv
20 {
24  {
25  public:
28 
30  DtUniformBufferObjectApplyAttribute(const DtUniformBufferObjectApplyAttribute& att, const osg::CopyOp& copyop);
31 
33  virtual int compare(const StateAttribute& sa) const override;
34 
35  META_StateAttribute(osg, DtUniformBufferObjectApplyAttribute, osg::StateAttribute::Type(UNIFORMBUFFERBINDING))
36 
37  private:
40 
43  };
44 }
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
Contains the DtBufferObjectApplyAttribute class.
Manage SSBO binding state. See DtBufferObjectApplyAttribute.
Definition: DtUniformBufferObjectApplyAttribute.h:23
Manage buffer object binding state, via glBindBufferBase.
Definition: DtBufferObjectApplyAttribute.h:39

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)