Exemple #1
0
 public bool mfUpdateTechnik(SShaderItem SI, string Name) => throw new NotImplementedException();
Exemple #2
0
 public bool mfRefreshResourceConstants(SShaderItem SI)
 {
     return(mfRefreshResourceConstants((CShaderResources)SI.m_pShaderResources));
 }