Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
Inheritance Hierarchy
- FRHIComputeShader
- FOpenGLShader
- FOpenGLComputeShader
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLShaderResources.h |
| Include | #include "OpenGLShaderResources.h" |
Syntax
class FOpenGLComputeShader :
public FRHIComputeShader,
public FOpenGLShader
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOpenGLLinkedProgram * | LinkedProgram |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOpenGLComputeShader
(
TArrayView< const uint8 > Code, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| const TBitArray & | GetTextureNeeds
(
int32& OutMaxTextureStageUsed |
||
| const TBitArray & | GetUAVNeeds
(
int32& OutMaxUAVUnitUsed |
||
| int32 | |||
| bool | NeedsTextureStage
(
int32 TextureStageIndex |
||
| bool | NeedsUAVStage
(
int32 UAVStageIndex |
Constants
| Name | Description |
|---|---|
| Frequency |