| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2009, Google Inc. | 2 * Copyright 2009, Google Inc. |
| 3 * All rights reserved. | 3 * All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 D3DXSEMANTIC* semantics, | 499 D3DXSEMANTIC* semantics, |
| 500 UINT* count); | 500 UINT* count); |
| 501 D3DXGetShaderInputSemanticsProc get_shader_input_semantics_; | 501 D3DXGetShaderInputSemanticsProc get_shader_input_semantics_; |
| 502 }; | 502 }; |
| 503 | 503 |
| 504 } // namespace command_buffer | 504 } // namespace command_buffer |
| 505 } // namespace o3d | 505 } // namespace o3d |
| 506 | 506 |
| 507 #endif // O3D_COMMAND_BUFFER_SERVICE_WIN_D3D9_GAPI_D3D9_H_ | 507 #endif // O3D_COMMAND_BUFFER_SERVICE_WIN_D3D9_GAPI_D3D9_H_ |
| 508 | 508 |
| OLD | NEW |