ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • DirectDraw
    GUI/GDI 2009. 3. 20. 22:29
    #include <ddraw.h>

    ddraw.lib
    dxguid.lib


    DirectDrawCreate()

    IDirectDraw
    .SetCooperativeLevel()
    .CreateSurface()
    DDSCAPS_PRIMARYSURFACE

    IDirectDrawSurface
    .Blt()
    DDBLT_WAIT

Designed by Tistory.