Visual Computing Library
Loading...
Searching...
No Matches
vcl::MeshRenderSettingsUniforms Class Reference

Public Member Functions

void updateSettings (const vcl::MeshRenderSettings &settings)
 
void bind () const
 

Private Attributes

float mDrawPack [4] = {0.0, 0.0, 0.0, 0.0}
 
float mWidthPack [4] = {0.0, 0.0, 0.0, 0.0}
 
float mColorPack [4] = {0.0, 0.0, 0.0, 0.0}
 
Uniform mDrawModeUniform
 
Uniform mWidthUniform = Uniform("u_mrsWidthPack", bgfx::UniformType::Vec4)
 
Uniform mColorUniform = Uniform("u_mrsColorPack", bgfx::UniformType::Vec4)
 

Member Data Documentation

◆ mDrawModeUniform

Uniform vcl::MeshRenderSettingsUniforms::mDrawModeUniform
private
Initial value:
=
Uniform("u_mrsDrawPack", bgfx::UniformType::Vec4)

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