Open Inventor
Release 2025.1.0
Loading...
Searching...
No Matches
SoComputeShader.h
1
/*==============================================================================
2
*** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), ***
3
*** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. ***
4
*** ***
5
*** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS ***
6
*** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR ***
7
*** WRITTEN AUTHORIZATION OF FEI S.A.S. ***
8
*** ***
9
*** RESTRICTED RIGHTS LEGEND ***
10
*** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS ***
11
*** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN ***
12
*** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT ***
13
*** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN ***
14
*** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. ***
15
*** ***
16
*** COPYRIGHT (C) 1996-2022 BY FEI S.A.S, ***
17
*** MERIGNAC, FRANCE ***
18
*** ALL RIGHTS RESERVED ***
19
==============================================================================*/
20
21
#pragma once
22
23
#include <Inventor/nodes/SoShaderObject.h>
24
#include <Inventor/fields/SoSFVec3i32.h>
25
84
class
SoComputeShader
:
public
SoShaderObject
85
{
86
SO_NODE_HEADER(
SoComputeShader
);
87
88
public
:
89
SoComputeShader
();
90
97
static
SbBool
isSupported
(
SoShaderObject::SourceType
sourceType
,
SoState
* state =
nullptr
);
98
100
virtual
ShaderType
getShaderType
()
const
101
{
102
return
COMPUTE_SHADER
;
103
}
104
105
private
:
106
static
void
initClass();
107
static
void
exitClass();
108
109
private
:
110
virtual
~SoComputeShader
();
111
};
SoComputeShader
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Node that define...
Definition
SoComputeShader.h:85
SoComputeShader::SoComputeShader
SoComputeShader()
SoComputeShader::isSupported
static SbBool isSupported(SoShaderObject::SourceType sourceType, SoState *state=nullptr)
Indicates if compute shaders in the specified language are supported by your graphics board.
SoComputeShader::getShaderType
virtual ShaderType getShaderType() const
Returns the shader type.
Definition
SoComputeShader.h:100
SoShaderObject::ShaderType
ShaderType
Type of the shader.
Definition
SoShaderObject.h:296
SoShaderObject::COMPUTE_SHADER
@ COMPUTE_SHADER
The shader is a compute shader.
Definition
SoShaderObject.h:308
SoShaderObject::sourceType
SoSFEnum sourceType
Specifies the shader object's source type.
Definition
SoShaderObject.h:251
SoShaderObject::SourceType
SourceType
Shader Object source type possible values.
Definition
SoShaderObject.h:213
SoState
Traversal state.
Definition
SoState.h:74
SbBool
int SbBool
Boolean type.
Definition
SbBase.h:87
Inventor
nodes
SoComputeShader.h
Generated by
1.13.2