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

#include <depth_stencil_render_buffer_params.h>

Collaboration diagram for osc::DepthStencilRenderBufferParams:
[legend]

Public Attributes

Vector2i pixel_dimensions = {1, 1}
 
TextureDimensionality dimensionality = TextureDimensionality::Tex2D
 
AntiAliasingLevel anti_aliasing_level = AntiAliasingLevel{1}
 
DepthStencilRenderBufferFormat format = DepthStencilRenderBufferFormat::Default
 

Friends

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

Friends And Related Symbol Documentation

◆ operator==

Member Data Documentation

◆ anti_aliasing_level

AntiAliasingLevel osc::DepthStencilRenderBufferParams::anti_aliasing_level = AntiAliasingLevel{1}

◆ dimensionality

TextureDimensionality osc::DepthStencilRenderBufferParams::dimensionality = TextureDimensionality::Tex2D

◆ format

DepthStencilRenderBufferFormat osc::DepthStencilRenderBufferParams::format = DepthStencilRenderBufferFormat::Default

◆ pixel_dimensions

Vector2i osc::DepthStencilRenderBufferParams::pixel_dimensions = {1, 1}

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