asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							5480d192f5 
							
						 
					 
					
						
						
							
							Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.  
						
						
						
						
					 
					
						2022-08-10 15:29:28 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							49b11ea464 
							
						 
					 
					
						
						
							
							Correct tests "DeviceFunctions" and "DispatchLoaderStatic" to actually use the static dispatch loader.  
						
						
						
						
					 
					
						2022-07-18 14:28:35 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							5fe410279a 
							
						 
					 
					
						
						
							
							Change ColumnLimit with clang-format from 120 to 160.  
						
						
						
						
					 
					
						2022-02-28 10:11:04 +01:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							8d1c84b3f5 
							
						 
					 
					
						
						
							
							Set warnings as errors for the generator, the samples, and the tests.  
						
						
						
						
					 
					
						2020-10-14 17:44:16 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							0db791c687 
							
						 
					 
					
						
						
							
							Special handling for commands that get a size and a void-pointer to write data into  
						
						... 
						
						
						
						- marked previous function that got an ArrayProxy as deprecated (C++14)
- introduce a new function returning a std::vector of the given size
- introduce a new function returning a single value 
						
						
					 
					
						2020-09-02 15:00:06 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							8918c644a7 
							
						 
					 
					
						
						
							
							Update of submodule glslang  
						
						
						
						
					 
					
						2020-07-29 09:16:09 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							99f990afa1 
							
						 
					 
					
						
						
							
							Extend template argument list for functions returning a std::vector<Stuff> to help compilers detecting the correct function.  
						
						... 
						
						
						
						+ change the order of Allocator and Dispatch template arguments for functions returning a std::vector<UniqueStuff>, as the Allocator needs to use the Dispatch in those cases! 
						
						
					 
					
						2020-07-23 18:14:05 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							fba2516d9c 
							
						 
					 
					
						
						
							
							Remove implicit cast operators on ResultValue<T>  
						
						... 
						
						
						
						As it turned out to not provide a complete solution to the C++-API-change issue on logical-change of the C-API, we simply remove those implicit cast operators. That is, accessing the result and the value need to be explicit. 
						
						
					 
					
						2020-07-22 16:49:42 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							d86303c0e4 
							
						 
					 
					
						
						
							
							Introduce structure constructors using ArrayProxyNoTemporaries  
						
						
						
						
					 
					
						2020-07-09 12:03:03 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							92bc17981b 
							
						 
					 
					
						
						
							
							Provide default arguments in ObjectFree constructor for allocationCallbacks and dispatcher.  
						
						
						
						
					 
					
						2020-06-18 11:00:22 +02:00 
						 
				 
			
				
					
						
							
							
								asuessenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							f5e59484a6 
							
						 
					 
					
						
						
							
							Introduce usage of clang-format to format vulkan.hpp and the other sources.  
						
						
						
						
					 
					
						2020-04-23 10:55:02 +02:00 
						 
				 
			
				
					
						
							
							
								Andreas Süßenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							b08af45046 
							
						 
					 
					
						
						
							
							Resolve warnings from gcc.  
						
						... 
						
						
						
						Resolves  #505  
					
						2020-02-13 10:27:30 +01:00 
						 
				 
			
				
					
						
							
							
								Andreas Süßenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							d811c3a7e2 
							
						 
					 
					
						
						
							
							Add sample Template; some generalization in utils; some minor improvements in some samples. ( #349 )  
						
						... 
						
						
						
						* Add samples SecondaryCommandBuffer and SeparateImageSampler.
+ made some helper functions more explicit.
* Add sample Template, some generalizations in utils, some minor improvements in various samples. 
						
						
					 
					
						2019-06-25 09:47:27 +02:00 
						 
				 
			
				
					
						
							
							
								Andreas Süßenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							45590a9bd7 
							
						 
					 
					
						
						
							
							Change include paths and argument type on main functions to ease linux adoption ( #307 )  
						
						
						
						
					 
					
						2019-03-19 15:35:08 +01:00 
						 
				 
			
				
					
						
							
							
								Andreas Süßenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							a147b07737 
							
						 
					 
					
						
						
							
							Cleanup code generation with focus on removing the need to sort all dependencies before writing them.  
						
						
						
						
					 
					
						2019-01-09 11:55:11 +01:00 
						 
				 
			
				
					
						
							
							
								Andreas Süßenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							b4080fb425 
							
						 
					 
					
						
						
							
							Correct usage of UniqueHandle<Type,Dispatch> in functions returning vectors of UniqueHandle<Type>. ( #278 )  
						
						
						
						
					 
					
						2018-12-05 15:53:54 +01:00 
						 
				 
			
				
					
						
							
							
								Andreas Süßenbach 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a616542f3c 
							
						 
					 
					
						
						
							
							Fix issue with unused parameter "vectorAllocator" in some functions. ( #277 )  
						
						... 
						
						
						
						+ update to version 94. 
						
						
					 
					
						2018-11-29 13:21:24 +01:00 
						 
				 
			
				
					
						
							
							
								Andreas Süßenbach 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8205bf6dbe 
							
						 
					 
					
						
						
							
							Update to Vulkan 1.1.91 ( #267 )  
						
						
						
						
					 
					
						2018-11-06 08:51:33 +01:00 
						 
				 
			
				
					
						
							
							
								Andreas Süßenbach 
							
						 
					 
					
						
						
						
						
							
						
						
							127de1bf93 
							
						 
					 
					
						
						
							
							Update to Vulkan 1.1.85. ( #258 )  
						
						
						
						
					 
					
						2018-09-25 10:46:26 +02:00