IDisplayClusterShaders::GenerateMips

Generate Mips texture

Windows
MacOS
Linux

References

Module

DisplayClusterShaders

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterShaders/Public/IDisplayClusterShaders.h

Include

#include "IDisplayClusterShaders.h"

Syntax

bool GenerateMips
(
    FRHICommandListImmediate & RHICmdList,
    FRHITexture2D * InOutMipsTexture,
    const FDisplayClusterShaderParameters_GenerateMips & InSettings
) const

Remarks

Generate Mips texture

Returns

  • true if success

Parameters

Parameter

Description

RHICmdList

RHI command list

InOutMipsTexture

Mips textures with assigned mip0

InSettings

mips settings

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