Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIBufferCreateDesc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRHIBufferCreateDesc CreateByteAddress
(
const TCHAR* InDebugName |
RHIResources.h | ||
static FRHIBufferCreateDesc CreateByteAddress
(
const TCHAR* InDebugName, |
RHIResources.h |
CreateByteAddress(const TCHAR *)
| Name | CreateByteAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
static FRHIBufferCreateDesc CreateByteAddress
(
const TCHAR * InDebugName
)
CreateByteAddress(const TCHAR *, uint32, uint32)
| Name | CreateByteAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
static FRHIBufferCreateDesc CreateByteAddress
(
const TCHAR * InDebugName,
uint32 InSize,
uint32 InStride
)