Antkeeper  0.0.1
Public Attributes | List of all members
gl::clear_value Struct Reference

Clear value. More...

#include <clear-value.hpp>

Public Attributes

std::array< float, 4 > color {}
 Color clear values. More...
 
float depth {}
 Depth clear value. More...
 
std::uint32_t stencil {}
 Stencil clear value. More...
 

Detailed Description

Clear value.

Definition at line 32 of file clear-value.hpp.

Member Data Documentation

◆ color

std::array<float, 4> gl::clear_value::color {}

Color clear values.

Definition at line 35 of file clear-value.hpp.

◆ depth

float gl::clear_value::depth {}

Depth clear value.

Definition at line 38 of file clear-value.hpp.

◆ stencil

std::uint32_t gl::clear_value::stencil {}

Stencil clear value.

Definition at line 41 of file clear-value.hpp.


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