Castor3D 0.16.0
Multiplatform 3D engine
Public Member Functions | List of all members
castor3d::shader::Meshlet Struct Reference

#include <GlslMeshlet.hpp>

Inheritance diagram for castor3d::shader::Meshlet:
Inheritance graph
[legend]
Collaboration diagram for castor3d::shader::Meshlet:
Collaboration graph
[legend]

Public Member Functions

 Meshlet (sdw::ShaderWriter &writer, sdw::expr::ExprPtr expr, bool enabled=true)
 
auto vertices () const
 
auto indices () const
 
auto vertexCount () const
 
auto triangleCount () const
 
auto meshletIndex () const
 

Constructor & Destructor Documentation

◆ Meshlet()

castor3d::shader::Meshlet::Meshlet ( sdw::ShaderWriter & writer,
sdw::expr::ExprPtr expr,
bool enabled = true )
inline

Member Function Documentation

◆ indices()

auto castor3d::shader::Meshlet::indices ( ) const
inline

◆ meshletIndex()

auto castor3d::shader::Meshlet::meshletIndex ( ) const
inline

◆ triangleCount()

auto castor3d::shader::Meshlet::triangleCount ( ) const
inline

◆ vertexCount()

auto castor3d::shader::Meshlet::vertexCount ( ) const
inline

◆ vertices()

auto castor3d::shader::Meshlet::vertices ( ) const
inline

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