Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
newtype TessellationDomainOrigin Source #
VkTessellationDomainOrigin - Enum describing tessellation domain origin
Description
This enum affects how the VertexOrderCw
and VertexOrderCcw
tessellation execution modes are interpreted, since the winding is
defined relative to the orientation of the domain.
See Also
pattern TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT :: TessellationDomainOrigin |
|
pattern TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT :: TessellationDomainOrigin |
|