FGenerateMips

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/GenerateMips.h

Include

#include "GenerateMips.h"

Syntax

class FGenerateMips

Functions

Name Description

Public function Static

void

 

Execute

(
    FRDGBuilder* GraphBuilder,
    FRDGTexture* InGraphTexture,
    FRHISamplerState* InSampler
)

Public function Static

void

 

Execute

(
    FRHICommandListImmediate& RHICmdLi...,
    FRHITexture* InTexture,
    const FGenerateMipsParams& InParam...,
    bool bAllowRenderBasedGeneration
)

Public function Static

void

 

Execute

(
    FRHICommandListImmediate& RHICmdLi...,
    FRHITexture* InTexture,
    TSharedPtr< FGenerateMipsStruct >&...,
    const FGenerateMipsParams& InParam...,
    bool bAllowRenderBasedGeneration
)

Public function for executing the generate mips compute shader

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