6 lines
185 B
C
6 lines
185 B
C
#include "rtlinker_shared.h"
|
|
|
|
int SpvGetOperandCount( int op );
|
|
void SpvGetOperands( int op, ESpirvOperandType *pTypes );
|
|
void SpvGetOperandFlags( int op, ESpirvOperandFlags *pTypes );
|