VR-Forces 4.10 Class Documentation
 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.
Definition: DtUniformBufferObjectApplyAttribute.h:23
Manage buffer object binding state, via glBindBufferBase.
Definition: DtBufferObjectApplyAttribute.h:29

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)