siystar

Results 6 issues of siystar

## Description Added dynamic descriptor buffer support for buffering of per frame data as used for example in vsg::ViewDependentState ## Type of change - [ X]New feature (non-breaking change which...

rowPitch may have a non standard value when using odd screen resolutions, like 800x700 Not using this rowPitch corrupts the output image in these situations Example rowPitch support: ``` //...

# Pull Request Template ## Description Changed transfer queue setup to re-use the main graphics queue's queueFamilyIndex to avoid the need for queue family ownership transfer of resources. The Vulkan...

# Pull Request Template ## Description Added vsg::computeValueCount used in CopyAndReleaseImage / TransferTask to get the correct value count for layered, mipmapped image data. ## Type of change - [X]...

Output with VSG master: ``` Warning: array_data_mipmaps test failed: downloaded data at (0,0) does not match input data. ````