Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FRHIBufferCreateInfo
Remarks
Descriptor used to create a buffer resource
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Size | Total size of the buffer. | |
| uint32 | Stride | Stride in bytes | |
| EBufferUsageFlags | Usage | Bitfields describing the uses of that buffer. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRHIBufferCreateInfo& Other |
||
| bool | operator==
(
const FRHIBufferCreateInfo& Other |