Skip to content

KDGpu::DynamicAttachmentMapping

#include <graphics_pipeline_options.h>

Public Attributes

Name
bool enabled
uint32_t remappedIndex

Friends

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

Public Attributes Documentation

variable enabled

1
bool enabled;

variable remappedIndex

1
uint32_t remappedIndex;

Friends

friend operator==

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

    const DynamicAttachmentMapping & 
);

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