mat4 Get_Matrix(int offset) { return (mat4(texelFetch( matrixBuffer, offset), ... Here's an example of a simple vertex shader I use:
確定! 回上一頁