FShaderBindingInOutMask

Choose your operating system:

Windows

macOS

Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/CrossCompilerCommon.h

Include

#include "CrossCompilerCommon.h"

Syntax

struct FShaderBindingInOutMask

Variables

Name Description

Public variable

uint32

 

Bitmask

Functions

Name Description

Public function

void

 

EnableField

(
    int32 Index
)

Sets the specified bitfield in this bitmask and validates its index boundary.

Public function Const

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.