asuessenbach
|
23c11fe38d
|
Introduce copy constructor and assignment operator for vk::raii classes that hold handles without a destructor.
|
2022-03-22 13:53:21 +01:00 |
|
asuessenbach
|
0c311a7589
|
Adjust comments in ArrayProxy and ArrayProxyNoTemporaries tests.
|
2021-11-22 15:11:03 +01:00 |
|
asuessenbach
|
13bdb2ff69
|
Introducde getDispatchLoaderStatic() to prevent dangling pointers in debug builds
|
2021-09-08 13:38:56 +02:00 |
|
asuessenbach
|
af80b7aee8
|
Introduce constructors of ArrayProxy and ArrayProxyNoTemporaries from std::span (C++20)
|
2021-08-05 13:37:49 +02:00 |
|
Markus Tavenrath
|
160dc916f9
|
Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang.
|
2021-01-18 12:25:50 +01:00 |
|
asuessenbach
|
d40c96b45e
|
[WIP] test on ArrayProxy
|
2020-04-15 16:42:41 +02:00 |
|