core: Define VK_USE_PLATFORM_XCB_KHR before including vkd3d_utils.h.
[vkmodelviewer.git] / Core / DepthOfField.h
blob339dbea93dcdf4a3c16267450920ed1839226410
1 //
2 // Copyright (c) Microsoft. All rights reserved.
3 // This code is licensed under the MIT License (MIT).
4 // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
5 // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
6 // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
7 // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
8 //
9 // Developed by Minigraph
11 // Author: James Stanard
14 #pragma once
16 #include "EngineTuning.h"
18 namespace DepthOfField
20 extern BoolVar Enable;
22 void Initialize( void );
23 void Shutdown( void );
25 void Render( CommandContext& BaseContext, float NearClipDist, float FarClipDist );