• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include::meta/VK_NV_fill_rectangle.txt[]
2
3*Last Modified Date*::
4    2017-05-22
5*Contributors*::
6  - Jeff Bolz, NVIDIA
7
8This extension adds a new elink:VkPolygonMode code:enum where a triangle is
9rasterized by computing and filling its axis-aligned screen-space bounding
10box, disregarding the actual triangle edges.
11This can be useful for drawing a rectangle without being split into two
12triangles with an internal edge.
13It is also useful to minimize the number of primitives that need to be
14drawn, particularly for a user interface.
15
16=== New Object Types
17
18None.
19
20=== New Enum Constants
21
22  * Extending elink:VkPolygonMode
23
24  ** ename:VK_POLYGON_MODE_FILL_RECTANGLE_NV
25
26=== New Enums
27
28None.
29
30=== New Structures
31
32None.
33
34=== New Functions
35
36None.
37
38=== Issues
39
40None.
41
42=== Version History
43
44  * Revision 1, 2017-05-22 (Jeff Bolz)
45    - Internal revisions
46