mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Added parameters to SurfaceFormatKHR constructor
This commit is contained in:
parent
25ad869b15
commit
e02884dca7
@ -20715,7 +20715,9 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
|
||||
struct SurfaceFormatKHR
|
||||
{
|
||||
SurfaceFormatKHR( )
|
||||
SurfaceFormatKHR(Format format_ = Format(), ColorSpaceKHR colorSpace_ = ColorSpaceKHR())
|
||||
: format(format_)
|
||||
, colorSpace(colorSpace_)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user