Blender V5.0
blender::gpu::HALF4 Class Reference

Inherits blender::gpu::PixelValue< uint64_t >.

Public Member Functions

uint32_t get_r () const
void set_r (uint64_t new_value)
uint64_t get_g () const
void set_g (uint64_t new_value)
uint64_t get_b () const
void set_b (uint64_t new_value)
void set_a (uint64_t new_value)

Additional Inherited Members

Public Attributes inherited from blender::gpu::PixelValue< uint64_t >
uint64_t value

Detailed Description

Definition at line 722 of file vk_data_conversion.cc.

Member Function Documentation

◆ get_b()

uint64_t blender::gpu::HALF4::get_b ( ) const
inline

Definition at line 742 of file vk_data_conversion.cc.

References blender::gpu::PixelValue< uint64_t >::value.

Referenced by blender::gpu::convert().

◆ get_g()

uint64_t blender::gpu::HALF4::get_g ( ) const
inline

Definition at line 733 of file vk_data_conversion.cc.

References blender::gpu::PixelValue< uint64_t >::value.

Referenced by blender::gpu::convert().

◆ get_r()

uint32_t blender::gpu::HALF4::get_r ( ) const
inline

Definition at line 724 of file vk_data_conversion.cc.

References blender::gpu::PixelValue< uint64_t >::value.

Referenced by blender::gpu::convert().

◆ set_a()

void blender::gpu::HALF4::set_a ( uint64_t new_value)
inline

Definition at line 752 of file vk_data_conversion.cc.

References blender::gpu::PixelValue< uint64_t >::value.

Referenced by blender::gpu::convert().

◆ set_b()

void blender::gpu::HALF4::set_b ( uint64_t new_value)
inline

Definition at line 747 of file vk_data_conversion.cc.

References blender::gpu::PixelValue< uint64_t >::value.

Referenced by blender::gpu::convert().

◆ set_g()

void blender::gpu::HALF4::set_g ( uint64_t new_value)
inline

Definition at line 738 of file vk_data_conversion.cc.

References blender::gpu::PixelValue< uint64_t >::value.

Referenced by blender::gpu::convert().

◆ set_r()

void blender::gpu::HALF4::set_r ( uint64_t new_value)
inline

Definition at line 729 of file vk_data_conversion.cc.

References blender::gpu::PixelValue< uint64_t >::value.

Referenced by blender::gpu::convert().


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