Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "name":"simple",
- "file":"simple2d",
- "poscoords_offset":0,
- "texcoords_offset":2,
- "camera2d_uniform":"transform",
- "attribs":[
- "2 pos",
- "2 vertex_uv normalized",
- "4 vertex_color normalized"
- ],
- "uniforms":[
- "mat3 transform={}",
- "int tex=0",
- "vec4 blending_color={1,1,1,1}"
- ]
- },
- {
- "name":"solid",
- "file":"no_texture",
- "poscoords_offset":0,
- "camera2d_uniform":"transform",
- "attribs":[
- "2 pos",
- "4 color normalized"
- ],
- "uniforms":[
- "mat3 transform={}"
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment