Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBufferRHIRef CreateBuffer
(
const FRHIBufferCreateDesc& CreateDesc |
Shortcut for creating a buffer without writing to an initializer. | RHICommandList.h | |
FBufferRHIRef CreateBuffer
(
uint32 Size, |
RHICommandList.h |
CreateBuffer(const FRHIBufferCreateDesc &)
Description
Shortcut for creating a buffer without writing to an initializer.
| Name | CreateBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FBufferRHIRef CreateBuffer
(
const FRHIBufferCreateDesc & CreateDesc
)
CreateBuffer(uint32, EBufferUsageFlags, uint32, ERHIAccess, FRHIResourceCreateInfo &)
| Name | CreateBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FBufferRHIRef CreateBuffer
(
uint32 Size,
EBufferUsageFlags Usage,
uint32 Stride,
ERHIAccess ResourceState,
FRHIResourceCreateInfo & CreateInfo
)