d3d10: Fix a comment.

This commit is contained in:
Rico Schüller 2013-11-14 12:15:30 +01:00 committed by Alexandre Julliard
parent 8e5ecee1ce
commit dee50ab8b4
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ const struct ID3D10ShaderReflectionVtbl d3d10_shader_reflection_vtbl =
d3d10_shader_reflection_QueryInterface,
d3d10_shader_reflection_AddRef,
d3d10_shader_reflection_Release,
/* ID3D10Effect methods */
/* ID3D10ShaderReflection methods */
d3d10_shader_reflection_GetDesc,
d3d10_shader_reflection_GetConstantBufferByIndex,
d3d10_shader_reflection_GetConstantBufferByName,