Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphTextureSubresource.h |
| Include | #include "RenderGraphTextureSubresource.h" |
Syntax
struct FRDGTextureSubresource
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 16 | ArraySlice | ||
| uint32: 8 | MipIndex | ||
| uint32: 8 | PlaneSlice |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGTextureSubresource
(
uint32 InMipIndex, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRDGTextureSubresource& RHS |
||
| bool | operator<
(
const FRDGTextureSubresource& RHS |
||
| bool | operator<=
(
const FRDGTextureSubresource& RHS |
||
| bool | operator==
(
const FRDGTextureSubresource& RHS |
||
| bool | operator>
(
const FRDGTextureSubresource& RHS |
||
| bool | operator>=
(
const FRDGTextureSubresource& RHS |