• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

vertex_format

  1. Erik Leppen

    GML Drawing a vertex buffer in different colors

    Hi all, I have another question about vertex buffers (that I couldn't find in the manual). I have a vertex format using position (xy) and color (ca) and I want to use it to draw a line segment (as a minimal example): vertex_format_begin(); vertex_format_add_position()...
  2. C

    GameMaker Custom Vertex Formats in Custom Vertex Shader

    I am trying to set up a triangle strip with a custom vertex format in GMS 2.0. I only want position and texture coordinates. It seemed simple enough, but I keep getting: This is not rocket science, but I don't understand what the problem is. I have boiled it down to be as simple as I can...
  3. mMcFab

    Shaders Help - We need a list of GLSL ES shader attribute constants

    Hi everyone! My first pos t on the new forum - exciting stuff! Anyway, I've been doing a lot with shaders and vertex formats at the minute, but I've hit a problem. I got some information through the shader demo, the documentation, and from a breif touch in a tech blog post, but nothing clear and...
Top