Skip to content

KDGpu::DynamicOutputAttachmentLocations

#include <graphics_pipeline_options.h>

Public Attributes

Name
std::vector< DynamicAttachmentMapping > outputAttachments

Friends

Name
bool operator==(const DynamicOutputAttachmentLocations & , const DynamicOutputAttachmentLocations & )

Public Attributes Documentation

variable outputAttachments

1
std::vector< DynamicAttachmentMapping > outputAttachments;

Friends

friend operator==

1
2
3
4
5
friend bool operator==(
    const DynamicOutputAttachmentLocations & ,

    const DynamicOutputAttachmentLocations & 
);

Updated on 2025-12-31 at 00:05:01 +0000