Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphTextureSubresource.h |
| Include | #include "RenderGraphTextureSubresource.h" |
Syntax
struct FRDGTextureSubresourceRange
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 16 | ArraySlice | ||
| uint32: 8 | MipIndex | ||
| uint32: 16 | NumArraySlices | ||
| uint32: 8 | NumMips | ||
| uint32: 8 | NumPlaneSlices | ||
| uint32: 8 | PlaneSlice |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnumerateSubresources
(
TFunction Function |
||
| FRDGTextureSubresource | |||
| FRDGTextureSubresource | |||
| uint32 | |||
| bool | IsValid
(
const FRDGTextureSubresourceLayout& Layout |
||
| bool | IsWholeResource
(
const FRDGTextureSubresourceLayout& Layout |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FRDGTextureSubresourceRange const& RHS |
||
| bool | operator==
(
FRDGTextureSubresourceRange const& RHS |