INNER CODE UNIT · C#

GraphicsAdapterReplacement

Blecki/dwarfcorp · DwarfCorp/DeProfiler.cs:21

    internal class GraphicsAdapterReplacement
    {
        public bool IsProfileSupported(GraphicsProfile profile)
        {
            return true;
        }

        //[return: MarshalAs(UnmanagedType.U1)]
        internal bool IsProfileSupported(Enum deviceType, GraphicsProfile graphicsProfile)
        {
            return true;
        }
    }

    public class DeProfiler
    {
        public static void Run()
        {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…