Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
Description
Function that can be used to update which is the first visible mip to the GPU.
| Name | RHIVirtualTextureSetFirstMipVisible |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
| Source | /Engine/Source/Runtime/RHI/Private/DynamicRHI.cpp |
virtual void RHIVirtualTextureSetFirstMipVisible
(
class FRHICommandListImmediate & RHICmdList,
FRHITexture * Texture,
uint32 FirstMip
)
Parameters
| Name | Remarks |
|---|---|
| Texture | the texture to update, must have been created with TexCreate_Virtual |
| FirstMip | the first mip that should be visible to the GPU |