Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHITextureDesc
- FRHITextureCreateDesc
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FRHITextureCreateDesc : public FRHITextureDesc
Variables
| Type | Name | Description | |
|---|---|---|---|
| FResourceBulkDataInterface * | BulkData | Optional initial data to fill the resource with. | |
| FName | ClassName | ||
| const TCHAR * | DebugName | A friendly name for the resource. | |
| ERHIAccess | InitialState | The RHI access state that the resource will be created in. | |
| FName | OwnerName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHITextureCreateDesc
(
const TCHAR* InDebugName, |
Constructor with minimal argument set. Name and dimension are always required. | ||
FRHITextureCreateDesc
(
FRHITextureDesc const& InDesc, |
Constructor for when you already have an FRHITextureDesc. |