diff options
Diffstat (limited to 'src/osd/modules/render/d3d/d3dhlsl.h')
-rw-r--r-- | src/osd/modules/render/d3d/d3dhlsl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/modules/render/d3d/d3dhlsl.h b/src/osd/modules/render/d3d/d3dhlsl.h index a31f0ae601a..5862fb26e5f 100644 --- a/src/osd/modules/render/d3d/d3dhlsl.h +++ b/src/osd/modules/render/d3d/d3dhlsl.h @@ -36,7 +36,7 @@ public: UT_FLOAT, UT_INT, UT_MATRIX, - UT_SAMPLER, + UT_SAMPLER } uniform_type; enum @@ -96,7 +96,7 @@ public: CU_BLOOM_LVL4567_WEIGHTS, CU_BLOOM_LVL89A_WEIGHTS, - CU_COUNT, + CU_COUNT }; uniform(effect *shader, const char *name, uniform_type type, int id); @@ -421,6 +421,6 @@ public: static hlsl_options s_hlsl_presets[4]; }; -}; +} #endif |