Blender V5.0
blender::workbench::TaaSamples Class Reference

Public Member Functions

 TaaSamples ()

Public Attributes

std::array< float2, 5 > x5
std::array< float2, 8 > x8
std::array< float2, 11 > x11
std::array< float2, 16 > x16
std::array< float2, 32 > x32

Detailed Description

Definition at line 13 of file workbench_effect_antialiasing.cc.

Constructor & Destructor Documentation

◆ TaaSamples()

blender::workbench::TaaSamples::TaaSamples ( )
inline

Definition at line 68 of file workbench_effect_antialiasing.cc.

References x11, x16, x32, x5, and x8.

Member Data Documentation

◆ x11

std::array<float2, 11> blender::workbench::TaaSamples::x11

◆ x16

std::array<float2, 16> blender::workbench::TaaSamples::x16

◆ x32

std::array<float2, 32> blender::workbench::TaaSamples::x32

◆ x5

std::array<float2, 5> blender::workbench::TaaSamples::x5

◆ x8

std::array<float2, 8> blender::workbench::TaaSamples::x8

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