Ejemplo n.º 1
0
        public void DebugReportMessageEXT(MgDebugReportFlagBitsEXT flags, MgDebugReportObjectTypeEXT objectType, UInt64 @object, IntPtr location, Int32 messageCode, string pLayerPrefix, string pMessage)
        {
            Debug.Assert(!mIsDisposed);

            throw new NotImplementedException();
        }
Ejemplo n.º 2
0
 public void DebugReportMessageEXT(MgDebugReportFlagBitsEXT flags, MgDebugReportObjectTypeEXT objectType, ulong @object, IntPtr location, int messageCode, string pLayerPrefix, string pMessage)
 {
     throw new NotImplementedException();
 }