Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/GBufferInfo.h |
| Include | #include "GBufferInfo.h" |
Syntax
struct FGBufferPacking
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFull | ||
| bool | bIsValid | ||
| int32 | BitNum | ||
| int32 | DstBitStart | ||
| int32 | DstChannelIndex | ||
| int32 | SrcBitStart | ||
| int32 | SrcChannelIndex | ||
| int32 | TargetIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGBufferPacking
(
int32 InTargetIndex, |
If we pass in 2 values, it means we use the entire channel | ||
FGBufferPacking
(
int32 InTargetIndex, |
If we pass in 4 values, it means we also need to pack the bits |