Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/CrossCompilerCommon.h |
| Include | #include "CrossCompilerCommon.h" |
Syntax
struct FShaderBindingInOutMask
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Bitmask |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnableField
(
int32 Index |
Sets the specified bitfield in this bitmask and validates its index boundary. | |
| bool | IsFieldEnabled
(
int32 Index |
Returns whether the specified bitfield in this bitmask is set and validates its index boundary. |
Constants
| Name | Description |
|---|---|
| DepthStencilMaskIndex | Index to mark the binding of a depth-stencil output resource. |
| MaxIndex | Maximum value for a valid index in this bitmask. |