RetroArch
Classes | Public Member Functions | Private Attributes | List of all members
spirv_cross::ThreadGroup< T, Size > Class Template Reference

#include <thread_group.hpp>

Collaboration diagram for spirv_cross::ThreadGroup< T, Size >:
[legend]

Classes

struct  Thread
 

Public Member Functions

 ThreadGroup (T *impl)
 
void run ()
 
void wait ()
 

Private Attributes

Thread workers [Size]
 

Constructor & Destructor Documentation

◆ ThreadGroup()

template<typename T, unsigned Size>
spirv_cross::ThreadGroup< T, Size >::ThreadGroup ( T impl)
inline

Member Function Documentation

◆ run()

template<typename T, unsigned Size>
void spirv_cross::ThreadGroup< T, Size >::run ( )
inline

◆ wait()

template<typename T, unsigned Size>
void spirv_cross::ThreadGroup< T, Size >::wait ( )
inline

Member Data Documentation

◆ workers

template<typename T, unsigned Size>
Thread spirv_cross::ThreadGroup< T, Size >::workers[Size]
private

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