static public HlslTypeDefinition CreateMatrix(HlslType type, int rows, int columns) { HlslTypeDefinition typedef = new HlslTypeDefinition(type); typedef.SetMatrix(rows, columns); return(typedef); }
static public HlslTypeDefinition CreateMatrix(HlslType type, int rows, int columns) { HlslTypeDefinition typedef = new HlslTypeDefinition(type); typedef.SetMatrix(rows, columns); return typedef; }