mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-12 15:04:10 +00:00
d0eb98eb89
- add missing `*name` and `*link` and `code` - change where wrong macro was used - swap `*name` and `*link` where appropriate - correct misspelled names - that sort of thing...
46 lines
848 B
Plaintext
46 lines
848 B
Plaintext
include::meta/VK_NV_fill_rectangle.txt[]
|
|
|
|
*Last Modified Date*::
|
|
2017-05-22
|
|
*Contributors*::
|
|
- Jeff Bolz, NVIDIA
|
|
|
|
This extension adds a new elink:VkPolygonMode code:enum where a triangle is
|
|
rasterized by computing and filling its axis-aligned screen-space bounding
|
|
box, disregarding the actual triangle edges.
|
|
This can be useful for drawing a rectangle without being split into two
|
|
triangles with an internal edge.
|
|
It is also useful to minimize the number of primitives that need to be
|
|
drawn, particularly for a user interface.
|
|
|
|
=== New Object Types
|
|
|
|
None.
|
|
|
|
=== New Enum Constants
|
|
|
|
* Extending elink:VkPolygonMode
|
|
|
|
** ename:VK_POLYGON_MODE_FILL_RECTANGLE_NV
|
|
|
|
=== New Enums
|
|
|
|
None.
|
|
|
|
=== New Structures
|
|
|
|
None.
|
|
|
|
=== New Functions
|
|
|
|
None.
|
|
|
|
=== Issues
|
|
|
|
None.
|
|
|
|
=== Version History
|
|
|
|
* Revision 1, 2017-05-22 (Jeff Bolz)
|
|
- Internal revisions
|