VR-Forces 5.0.2 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsg
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
12
#include <
vrvOsg/DtBufferObjectApplyAttribute.h
>
13
14
namespace
osg
15
{
16
class
State;
17
}
18
19
namespace
makVrv
20
{
23
class
DT_DLL_VRVOSG
DtUniformBufferObjectApplyAttribute
:
public
DtBufferObjectApplyAttribute
24
{
25
public
:
27
DtUniformBufferObjectApplyAttribute
();
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
:
39
DtUniformBufferObjectApplyAttribute
(
const
DtUniformBufferObjectApplyAttribute
&) =
delete
;
40
42
DtUniformBufferObjectApplyAttribute
& operator=(
const
DtUniformBufferObjectApplyAttribute
&) =
delete
;
43
};
44
}
DT_DLL_VRVOSG
#define DT_DLL_VRVOSG
Definition:
vrvOsg.h:23
DtBufferObjectApplyAttribute.h
Contains the DtBufferObjectApplyAttribute class.
makVrv::DtUniformBufferObjectApplyAttribute
Manage SSBO binding state. See DtBufferObjectApplyAttribute.
Definition:
DtUniformBufferObjectApplyAttribute.h:23
makVrv::DtBufferObjectApplyAttribute
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
)