VKVG  
Vulkan Vector Graphics

◆ vkvg_matrix_multiply()

void vkvg_matrix_multiply ( vkvg_matrix_t result,
const vkvg_matrix_t a,
const vkvg_matrix_t b 
)

compute the multiplication of two matrix.

Parameters
resulta valid vkvg_matrix_t pointer to hold the resulting matrix
afirst operand of the multiplication
bsecond operand of the multiplication