Diligent Engine  v.2.4.g
EngineVkImplTraits.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 2019-2021 Diligent Graphics LLC
3  * Copyright 2015-2019 Egor Yusov
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  * In no event and under no legal theory, whether in tort (including negligence),
18  * contract, or otherwise, unless required by applicable law (such as deliberate
19  * and grossly negligent acts) or agreed to in writing, shall any Contributor be
20  * liable for any damages, including any direct, indirect, special, incidental,
21  * or consequential damages of any character arising as a result of this License or
22  * out of the use or inability to use the software (including but not limited to damages
23  * for loss of goodwill, work stoppage, computer failure or malfunction, or any and
24  * all other commercial damages or losses), even if such Contributor has been advised
25  * of the possibility of such damages.
26  */
27 
28 #pragma once
29 
32 
33 #include "RenderDeviceVk.h"
34 #include "PipelineStateVk.h"
36 #include "BufferVk.h"
37 #include "BufferViewVk.h"
38 #include "TextureVk.h"
39 #include "TextureViewVk.h"
40 #include "ShaderVk.h"
41 #include "SamplerVk.h"
42 #include "FenceVk.h"
43 #include "QueryVk.h"
44 #include "RenderPassVk.h"
45 #include "FramebufferVk.h"
46 #include "CommandList.h"
47 #include "BottomLevelASVk.h"
48 #include "TopLevelASVk.h"
49 #include "ShaderBindingTableVk.h"
51 #include "CommandQueueVk.h"
52 #include "DeviceContextVk.h"
53 
54 namespace Diligent
55 {
56 
57 class RenderDeviceVkImpl;
58 class DeviceContextVkImpl;
59 class PipelineStateVkImpl;
60 class ShaderResourceBindingVkImpl;
61 class BufferVkImpl;
62 class BufferViewVkImpl;
63 class TextureVkImpl;
64 class TextureViewVkImpl;
65 class ShaderVkImpl;
66 class SamplerVkImpl;
67 class FenceVkImpl;
68 class QueryVkImpl;
69 class RenderPassVkImpl;
70 class FramebufferVkImpl;
71 class CommandListVkImpl;
72 class BottomLevelASVkImpl;
73 class TopLevelASVkImpl;
74 class ShaderBindingTableVkImpl;
75 class PipelineResourceSignatureVkImpl;
76 
77 class FixedBlockMemoryAllocator;
78 
79 class ShaderResourceCacheVk;
80 class ShaderVariableManagerVk;
81 
83 {
104 
124 
127 
130 };
131 
132 } // namespace Diligent
ShaderResourceBindingVk.h
Diligent::RenderDeviceVkImpl
Render device implementation in Vulkan backend.
Definition: RenderDeviceVkImpl.hpp:58
Diligent::ShaderResourceBindingVkImpl
Implementation of the Diligent::IShaderResourceBindingVk interface.
Definition: ShaderResourceBindingVkImpl.hpp:48
Diligent::IPipelineResourceSignature
Pipeline resource signature interface.
Definition: PipelineResourceSignature.h:226
BufferVk.h
PipelineResourceSignature.h
Diligent::ICommandQueueVk
Command queue interface.
Definition: CommandQueueVk.h:51
Diligent::ISamplerVk
Exposes Vulkan-specific functionality of a sampler object.
Definition: SamplerVk.h:49
Diligent::IFramebufferVk
Exposes Vulkan-specific functionality of a Framebuffer object.
Definition: FramebufferVk.h:49
ShaderBindingTableVk.h
PipelineStateVk.h
Diligent::ShaderVkImpl
Shader object object implementation in Vulkan backend.
Definition: ShaderVkImpl.hpp:41
FramebufferVk.h
TextureViewVk.h
Diligent::ITextureVk
Exposes Vulkan-specific functionality of a texture object.
Definition: TextureVk.h:51
Diligent::IBufferVk
Exposes Vulkan-specific functionality of a buffer object.
Definition: BufferVk.h:51
Diligent::IBufferViewVk
Exposes Vulkan-specific functionality of a buffer view object.
Definition: BufferViewVk.h:51
Diligent::TextureViewVkImpl
Texture view implementation in Vulkan backend.
Definition: TextureViewVkImpl.hpp:41
Diligent::PipelineStateVkImpl
Pipeline state object implementation in Vulkan backend.
Definition: PipelineStateVkImpl.hpp:51
Diligent::IRenderDeviceVk
Exposes Vulkan-specific functionality of a render device.
Definition: RenderDeviceVk.h:51
Diligent::BottomLevelASVkImpl
Definition: BottomLevelASVkImpl.hpp:41
Diligent::EngineVkImplTraits
Definition: EngineVkImplTraits.hpp:82
SamplerVk.h
Diligent::IDeviceContextVk
Exposes Vulkan-specific functionality of a device context.
Definition: DeviceContextVk.h:52
Diligent::ShaderResourceCacheVk
Definition: ShaderResourceCacheVk.hpp:72
Diligent::QueryVkImpl
Query implementation in Vulkan backend.
Definition: QueryVkImpl.hpp:43
RenderDeviceVk.h
Diligent::ShaderVariableManagerVk
Definition: ShaderVariableManagerVk.hpp:74
CommandList.h
Diligent::ICommandList
Command list interface.
Definition: CommandList.h:48
Diligent::ITopLevelASVk
Exposes Vulkan-specific functionality of a Top-level acceleration structure object.
Definition: TopLevelASVk.h:49
ShaderVk.h
Diligent::ShaderBindingTableVkImpl
Definition: ShaderBindingTableVkImpl.hpp:42
DeviceContextVk.h
FenceVk.h
Diligent::DeviceContextVkImpl
Device context implementation in Vulkan backend.
Definition: DeviceContextVkImpl.hpp:67
Diligent::FramebufferVkImpl
Framebuffer implementation in Vulkan backend.
Definition: FramebufferVkImpl.hpp:41
Diligent::IShaderResourceBindingVk
Exposes Vulkan-specific functionality of a shader resource binding object.
Definition: ShaderResourceBindingVk.h:51
Diligent::IShaderBindingTableVk
Exposes Vulkan-specific functionality of a Shader binding table object.
Definition: ShaderBindingTableVk.h:61
TextureVk.h
Diligent::TextureVkImpl
Texture object implementation in Vulkan backend.
Definition: TextureVkImpl.hpp:42
TopLevelASVk.h
Diligent::FenceVkImpl
Fence implementation in Vulkan backend.
Definition: FenceVkImpl.hpp:44
Diligent::IShaderVk
Exposes Vulkan-specific functionality of a shader object.
Definition: ShaderVk.h:53
CommandQueueVk.h
BufferViewVk.h
Diligent::BufferVkImpl
Buffer object implementation in Vulkan backend.
Definition: BufferVkImpl.hpp:46
Diligent::IBottomLevelASVk
Exposes Vulkan-specific functionality of a Bottom-level acceleration structure object.
Definition: BottomLevelASVk.h:50
Diligent::RenderPassVkImpl
Render pass implementation in Vulkan backend.
Definition: RenderPassVkImpl.hpp:41
Diligent::IRenderPassVk
Exposes Vulkan-specific functionality of a RenderPass object.
Definition: RenderPassVk.h:49
Diligent::FixedBlockMemoryAllocator
Memory allocator that allocates memory in a fixed-size chunks.
Definition: FixedBlockMemoryAllocator.hpp:56
Diligent::ITextureViewVk
Exposes Vulkan-specific functionality of a texture view object.
Definition: TextureViewVk.h:51
Diligent::CommandListVkImpl
Command list implementation in Vulkan backend.
Definition: CommandListVkImpl.hpp:41
BottomLevelASVk.h
Diligent::IFenceVk
Exposes Vulkan-specific functionality of a fence object.
Definition: FenceVk.h:53
Diligent::IPipelineStateVk
Exposes Vulkan-specific functionality of a pipeline state object.
Definition: PipelineStateVk.h:50
QueryVk.h
Diligent::TopLevelASVkImpl
Definition: TopLevelASVkImpl.hpp:41
Diligent::SamplerVkImpl
Sampler object object implementation in Vulkan backend.
Definition: SamplerVkImpl.hpp:41
Diligent::PipelineResourceSignatureVkImpl
Implementation of the Diligent::PipelineResourceSignatureVkImpl class.
Definition: PipelineResourceSignatureVkImpl.hpp:54
Diligent::BufferViewVkImpl
Buffer view implementation in Vulkan backend.
Definition: BufferViewVkImpl.hpp:41
Diligent::IQueryVk
Exposes Vulkan-specific functionality of a Query object.
Definition: QueryVk.h:51
Diligent
The library uses Direct3D-style math:
Definition: AdvancedMath.hpp:37
RenderPassVk.h