Commit 0a6c2727 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Add D3D capability.

parent c5f38756
......@@ -180,7 +180,7 @@ static void fill_opengl_caps(D3DDEVICEDESC *d1)
d1->dlcLightingCaps.dwNumLights = 16; /* glGetIntegerv(GL_MAX_LIGHTS, &maxlight); d1->dlcLightingCaps.dwNumLights = maxlight; */
fill_opengl_primcaps(&(d1->dpcLineCaps));
fill_opengl_primcaps(&(d1->dpcTriCaps));
d1->dwDeviceRenderBitDepth = DDBD_16;
d1->dwDeviceRenderBitDepth = DDBD_16|DDBD_24;
d1->dwDeviceZBufferBitDepth = DDBD_16;
d1->dwMaxBufferSize = 0;
d1->dwMaxVertexCount = 65536;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment