Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHICalcTextureSizeResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
Syntax
struct FRHICalcTextureSizeResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Align | uint32 | The required address alignment for the texture. | DynamicRHI.h | |
| Size | uint64 | The total size of the texture, in bytes. | DynamicRHI.h |