FDynamicRHI::RHICopySharedMips

FlushType: Flush RHI Thread.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/DynamicRHI.h

Include

#include "DynamicRHI.h"

Syntax

void RHICopySharedMips
(
    FRHITexture2D * DestTexture2D,
    FRHITexture2D * SrcTexture2D
)

Remarks

Copies shared mip levels from one texture to another. The textures must have full mip chains, share the same format, and have the same aspect ratio. This copy will not cause synchronization with the GPU.

Parameters

Parameter

Description

DestTexture2D

destination texture

SrcTexture2D

source texture

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss