Previous 199869 Revisions Next

r19969 Monday 31st December, 2012 at 11:46:37 UTC by Nathan Woods
MSVC compilation fixes (nw)
[src/osd/windows]d3dhlsl.h drawd3d.h

trunk/src/osd/windows/drawd3d.h
r19968r19969
5959//  TYPE DEFINITIONS
6060//============================================================
6161
62class d3d_info;
62struct d3d_info;
6363
6464/* d3d_cache_target is a simple linked list containing only a rednerable target and texture, used for phosphor effects */
6565class d3d_cache_target
trunk/src/osd/windows/d3dhlsl.h
r19968r19969
5050
5151class d3d_render_target;
5252class d3d_cache_target;
53class d3d_info;
53struct d3d_info;
5454
5555/* hlsl_options is the information about runtime-mutable Direct3D HLSL options */
5656/* in the future this will be moved into an OSD/emu shared buffer */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team