Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/RHICreateShaderResourceView
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
FShaderResourceViewRHIRef RHICreateShaderResourceView
(
FRHITexture * Texture,
uint8 MipLevel,
uint8 NumMipLevels,
EPixelFormat Format
)