Skip to content
Snippets Groups Projects
Forked from STJr / SRB2
Source project has a limited visibility.
  • Eidolon's avatar
    54f25c8f
    Add resizeable vertex array data structure. · 54f25c8f
    Eidolon authored
    This will be used for the vertex array buckets when building the
    render lists for each FSurfaceInfo being used by the hardware
    renderer. Generally, we will replace DrawPolygon calls with
    operations to fill these resizeable arrays, one for each
    FSurfaceInfo. After the initial BSP node draw call, we will go
    through the buckets calling DrawPolygon on each one.
    54f25c8f
    History
    Add resizeable vertex array data structure.
    Eidolon authored
    This will be used for the vertex array buckets when building the
    render lists for each FSurfaceInfo being used by the hardware
    renderer. Generally, we will replace DrawPolygon calls with
    operations to fill these resizeable arrays, one for each
    FSurfaceInfo. After the initial BSP node draw call, we will go
    through the buckets calling DrawPolygon on each one.