ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

static HRESULT IDirect3DDeviceImpl_7_ValidateDevice ( IDirect3DDevice7 *  iface,
DWORD NumPasses 
) [static]

Definition at line 5167 of file device.c.

Referenced by IDirect3DDeviceImpl_7_ValidateDevice_FPUPreserve(), and IDirect3DDeviceImpl_7_ValidateDevice_FPUSetup().

{
    IDirect3DDeviceImpl *This = impl_from_IDirect3DDevice7(iface);
    HRESULT hr;

    TRACE("iface %p, pass_count %p.\n", iface, NumPasses);

    wined3d_mutex_lock();
    hr = wined3d_device_validate_device(This->wined3d_device, NumPasses);
    wined3d_mutex_unlock();

    return hr;
}

Generated on Sat May 26 2012 05:00:09 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.