mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-27 08:05:42 +00:00
add support for VK_EXT_fragment_density_map
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user