Commit 53f747de authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Move the WINED3D_MAX_FBO_ENTRIES constant to context.c.

parent 35a8bf0e
...@@ -33,6 +33,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d); ...@@ -33,6 +33,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d);
WINE_DECLARE_DEBUG_CHANNEL(d3d_perf); WINE_DECLARE_DEBUG_CHANNEL(d3d_perf);
WINE_DECLARE_DEBUG_CHANNEL(d3d_synchronous); WINE_DECLARE_DEBUG_CHANNEL(d3d_synchronous);
#define WINED3D_MAX_FBO_ENTRIES 64
static DWORD wined3d_context_tls_idx; static DWORD wined3d_context_tls_idx;
/* FBO helper functions */ /* FBO helper functions */
......
...@@ -1014,8 +1014,6 @@ enum fogsource { ...@@ -1014,8 +1014,6 @@ enum fogsource {
FOGSOURCE_COORD, FOGSOURCE_COORD,
}; };
#define WINED3D_MAX_FBO_ENTRIES 64
struct wined3d_occlusion_query struct wined3d_occlusion_query
{ {
struct list entry; struct list entry;
......
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