UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMetalCompiledShaderCache Struct Reference

#include <MetalCompiledShaderCache.h>

Public Member Functions

 FMetalCompiledShaderCache ()
 
 ~FMetalCompiledShaderCache ()
 
MTLFunctionPtr FindRef (FMetalCompiledShaderKey const &Key)
 
MTLLibraryPtr FindLibrary (MTLFunctionPtr Function)
 
void Add (FMetalCompiledShaderKey Key, MTLLibraryPtr Lib, MTLFunctionPtr Function)
 

Constructor & Destructor Documentation

◆ FMetalCompiledShaderCache()

FMetalCompiledShaderCache::FMetalCompiledShaderCache ( )
inline

◆ ~FMetalCompiledShaderCache()

FMetalCompiledShaderCache::~FMetalCompiledShaderCache ( )
inline

Member Function Documentation

◆ Add()

void FMetalCompiledShaderCache::Add ( FMetalCompiledShaderKey  Key,
MTLLibraryPtr  Lib,
MTLFunctionPtr  Function 
)
inline

◆ FindLibrary()

MTLLibraryPtr FMetalCompiledShaderCache::FindLibrary ( MTLFunctionPtr  Function)
inline

◆ FindRef()

MTLFunctionPtr FMetalCompiledShaderCache::FindRef ( FMetalCompiledShaderKey const &  Key)
inline

The documentation for this struct was generated from the following file: