Commit 22c63346 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Add a trace to wined3d_context_gl_bind_fbo().

parent 881e0a43
......@@ -91,6 +91,8 @@ static void wined3d_context_gl_bind_fbo(struct wined3d_context_gl *context_gl, G
{
const struct wined3d_gl_info *gl_info = context_gl->gl_info;
TRACE("context_gl %p, target %#x, fbo %u.\n", context_gl, target, fbo);
switch (target)
{
case GL_READ_FRAMEBUFFER:
......
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