Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphTextureSubresource.h |
| Include | #include "RenderGraphTextureSubresource.h" |
Syntax
struct FRDGTextureSubresourceLayout
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 16 | NumArraySlices | ||
| uint32: 8 | NumMips | ||
| uint32: 8 | NumPlaneSlices |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGTextureSubresourceLayout
(
const FRHITextureDesc& Desc |
|||
FRDGTextureSubresourceLayout
(
uint32 InNumMips, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureSubresource | |||
| FRDGTextureSubresource | GetSubresource
(
uint32 Index |
||
| uint32 | |||
| uint32 | GetSubresourceIndex
(
FRDGTextureSubresource Subresource |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FRDGTextureSubresourceLayout const& RHS |
||
| bool | operator==
(
FRDGTextureSubresourceLayout const& RHS |