VirtualBox

Ignore:
Timestamp:
Jun 16, 2009 9:20:54 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48670
Message:

crOpenGL: update wine to 1.1.23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/shader_sm1.c

    r19678 r20612  
    420420}
    421421
    422 static void *shader_sm1_init(const DWORD *byte_code)
     422static void *shader_sm1_init(const DWORD *byte_code, const struct wined3d_shader_signature *output_signature)
    423423{
    424424    struct wined3d_sm1_data *priv = HeapAlloc(GetProcessHeap(), 0, sizeof(*priv));
     
    427427        ERR("Failed to allocate private data\n");
    428428        return NULL;
     429    }
     430
     431    if (output_signature)
     432    {
     433        FIXME("SM 1-3 shader shouldn't have output signatures.\n");
    429434    }
    430435
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette