👑
Impulse documentation
  • Getting started
  • Examples
    • Console
    • Window
  • enviornment
    • Globals
      • Lua globals
      • Impulse globals
    • Libraries
      • Win32
      • Direct X
      • Renderer
      • Input
      • Crypt
      • Memory
      • File system
      • Debug
  • Enumerations
    • Key codes
    • Cursor style
    • Primitive topology
  • Data types
    • Vector2
    • Vector3
    • Vertex
    • Color
    • Draw command
Powered by GitBook

Impulse links

  • GitHub
  • Project
  • Discord

© 2025 Impulse

On this page
  1. Enumerations

Primitive topology

D3D_PRIMITIVE_TOPOLOGY [Key]

Key
Id

UNDEFINED

0

POINT_LIST

1

LINE_LIST

2

LINE_STRIP

3

TRIANGLE_LIST

4

TRIANGLE_STRIP

5

LINE_LIST_ADJ

10

LINE_STRIP_ADJ

11

TRIANGLE_LIST_ADJ

12

TRIANGLE_STRIP_ADJ

13

PreviousCursor styleNextData types

Last updated 3 months ago