-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule qmvk
updated
27 files
+3 −1 | AbstractInstance.hpp | |
+3 −1 | Buffer.hpp | |
+3 −1 | BufferView.hpp | |
+7 −0 | CMakeLists.txt | |
+3 −1 | CommandBuffer.hpp | |
+3 −1 | ComputePipeline.hpp | |
+3 −1 | DescriptorInfo.hpp | |
+3 −1 | DescriptorPool.hpp | |
+3 −1 | DescriptorSet.hpp | |
+3 −1 | DescriptorSetLayout.hpp | |
+3 −1 | Device.hpp | |
+3 −1 | GraphicsPipeline.hpp | |
+3 −1 | Image.hpp | |
+3 −1 | MemoryObject.hpp | |
+3 −1 | MemoryObjectBase.hpp | |
+2 −0 | MemoryObjectDescr.hpp | |
+3 −1 | MemoryObjectDescrs.hpp | |
+3 −1 | MemoryPropertyFlags.hpp | |
+3 −1 | PhysicalDevice.hpp | |
+3 −1 | Pipeline.hpp | |
+17 −0 | QmVkExport.hpp | |
+3 −1 | Queue.hpp | |
+3 −1 | RenderPass.hpp | |
+3 −1 | Sampler.hpp | |
+3 −1 | Semaphore.hpp | |
+3 −1 | ShaderModule.hpp | |
+3 −1 | SwapChain.hpp |