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

#include <render_texture_params.h>

Collaboration diagram for osc::RenderTextureParams:
[legend]

Public Attributes

Vector2i pixel_dimensions = {1, 1}
 
float device_pixel_ratio = 1.0f
 
TextureDimensionality dimensionality = TextureDimensionality::Tex2D
 
AntiAliasingLevel anti_aliasing_level = AntiAliasingLevel{1}
 
ColorRenderBufferFormat color_format = ColorRenderBufferFormat::Default
 
DepthStencilRenderBufferFormat depth_stencil_format = DepthStencilRenderBufferFormat::Default
 

Friends

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

Friends And Related Symbol Documentation

◆ operator==

Member Data Documentation

◆ anti_aliasing_level

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

◆ color_format

ColorRenderBufferFormat osc::RenderTextureParams::color_format = ColorRenderBufferFormat::Default

◆ depth_stencil_format

DepthStencilRenderBufferFormat osc::RenderTextureParams::depth_stencil_format = DepthStencilRenderBufferFormat::Default

◆ device_pixel_ratio

float osc::RenderTextureParams::device_pixel_ratio = 1.0f

◆ dimensionality

TextureDimensionality osc::RenderTextureParams::dimensionality = TextureDimensionality::Tex2D

◆ pixel_dimensions

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

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