Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/VT
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/VT/RuntimeVirtualTextureRender.h |
| Include | #include "VT/RuntimeVirtualTextureRender.h" |
Syntax
struct FRenderPageDesc
Remarks
A single page description. Multiple of these can be placed in a single FRenderPageBatchDesc batch description.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox2D[RuntimeVirtualTexture::MaxTextureLayers] | DestBox | Destination box to render in texel space of the target physical texture. | |
| FBox2D | UVRange | UV range to render in virtual texture space. | |
| uint8 | vLevel | VLevel to render at. |