예제 #1
0
 protected Layer(LayerConfig config)
 {
     m_bSuccessfullyInitialised = false;
     m_config = config;
 }
예제 #2
0
 protected Layer()
 {
     m_bSuccessfullyInitialised = false;
     m_config = new LayerConfig();
 }