• Henri Verbeet's avatar
    wined3d: Store a pointer to the format description in the resource. · 38178541
    Henri Verbeet authored
    The goal is to eventually use a pointer to the format description in most
    places where we currently use WINED3DFORMAT. IWineD3DSurfaceImpl for example
    has copies of several fields from the format description, but also needs to
    lookup the format description itself in several places.
    38178541
resource.c 8.79 KB