RetroArch
Public Member Functions | List of all members
spv::spirvbin_t Class Reference

#include <SPVRemapper.h>

Inheritance diagram for spv::spirvbin_t:
[legend]
Collaboration diagram for spv::spirvbin_t:
[legend]

Public Member Functions

 spirvbin_t (int)
 
void remap (std::vector< std::uint32_t > &, unsigned int)
 

Additional Inherited Members

- Public Types inherited from spv::spirvbin_base_t
enum  Options {
  NONE = 0, STRIP = (1<<0), MAP_TYPES = (1<<1), MAP_NAMES = (1<<2),
  MAP_FUNCS = (1<<3), DCE_FUNCS = (1<<4), DCE_VARS = (1<<5), DCE_TYPES = (1<<6),
  OPT_LOADSTORE = (1<<7), OPT_FWD_LS = (1<<8), MAP_ALL = (MAP_TYPES | MAP_NAMES | MAP_FUNCS), DCE_ALL = (DCE_FUNCS | DCE_VARS | DCE_TYPES),
  OPT_ALL = (OPT_LOADSTORE), ALL_BUT_STRIP = (MAP_ALL | DCE_ALL | OPT_ALL), DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
}
 

Constructor & Destructor Documentation

◆ spirvbin_t()

spv::spirvbin_t::spirvbin_t ( int  )
inline

Member Function Documentation

◆ remap()

void spv::spirvbin_t::remap ( std::vector< std::uint32_t > &  ,
unsigned  int 
)
inline
Here is the caller graph for this function:

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