Skip to content

KDGpu::RenderTargetOptions

#include <graphics_pipeline_options.h>

Public Attributes

Name
Format format
ColorComponentFlags writeMask
BlendOptions blending

Friends

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

Public Attributes Documentation

variable format

1
Format format { Format::R8G8B8A8_UNORM };

variable writeMask

1
ColorComponentFlags writeMask { ColorComponentFlagBits::AllComponents };

variable blending

1
BlendOptions blending;

Friends

friend operator==

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

    const RenderTargetOptions & 
);

Updated on 2024-09-10 at 00:01:36 +0000