opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
osc::RenderTargetColorAttachment Struct Referencefinal

#include <render_target_color_attachment.h>

Collaboration diagram for osc::RenderTargetColorAttachment:
[legend]

Public Attributes

SharedColorRenderBuffer buffer {}
 
RenderBufferLoadAction load_action = RenderBufferLoadAction::Clear
 
RenderBufferStoreAction store_action = RenderBufferStoreAction::Resolve
 
Color clear_color = Color::clear()
 

Friends

bool operator== (const RenderTargetColorAttachment &, const RenderTargetColorAttachment &)=default
 

Friends And Related Symbol Documentation

◆ operator==

Member Data Documentation

◆ buffer

SharedColorRenderBuffer osc::RenderTargetColorAttachment::buffer {}

◆ clear_color

Color osc::RenderTargetColorAttachment::clear_color = Color::clear()

◆ load_action

RenderBufferLoadAction osc::RenderTargetColorAttachment::load_action = RenderBufferLoadAction::Clear

◆ store_action

RenderBufferStoreAction osc::RenderTargetColorAttachment::store_action = RenderBufferStoreAction::Resolve

The documentation for this struct was generated from the following file: