Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRenderResource
- FTexture
- FTextureWithSRV
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderResource.h |
| Include | #include "RenderResource.h" |
Syntax
class FTextureWithSRV : public FTexture
Remarks
A textures resource that includes an SRV.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FShaderResourceViewRHIRef | ShaderResourceViewRHI | SRV that views the entire texture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseRHI () |
Releases the RHI resources used by this resource. |