Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FGenerateMips
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRDGBuilder& GraphBuilder, |
This function now requires a ERHIFeatureLevel argument. You can obtain the correct Feature Level from a Scene or View. | |
| void | Execute
(
FRDGBuilder& GraphBuilder, |
This function now requires a ERHIFeatureLevel argument. You can obtain the correct Feature Level from a Scene or View. | |
| void | Execute
(
FRDGBuilder& GraphBuilder, |
(ES3.1+) Generates mips for the requested RHI texture using the feature-level appropriate means (Compute, Raster, or Fixed-Function). | |
| void | Execute
(
FRDGBuilder& GraphBuilder, |
(SM5+) Generates mips for the requested RDG texture using the requested compute / raster pass. |