add support for VK_EXT_fragment_density_map

This commit is contained in:
tuxerr
2019-02-28 00:10:03 +00:00
committed by Baldur Karlsson
parent d80c5973dd
commit c6edcf9a38
13 changed files with 213 additions and 10 deletions
+6
View File
@@ -805,6 +805,12 @@ If there is no depth-stencil attachment, this index is ``-1``.
)");
int32_t depthstencilAttachment = -1;
DOCUMENT(R"(An index into the framebuffer attachments for the fragment density attachment.
If there is no fragment density attachment, this index is ``-1``.
)");
int32_t fragmentDensityAttachment = -1;
DOCUMENT(R"(If multiview is enabled, contains a list of view indices to be broadcast to during
rendering.