44 lines
957 B
Plaintext
44 lines
957 B
Plaintext
// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
|
|
// Creative Commons Attribution 4.0 International License; see
|
|
// http://creativecommons.org/licenses/by/4.0/
|
|
|
|
VkCullModeFlags(3)
|
|
==================
|
|
|
|
Name
|
|
----
|
|
VkCullModeFlags - Bitmask of VkCullModeFlagBits
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
include::../flags/VkCullModeFlags.txt[]
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
etext:VkCullModeFlags is a mask of zero or more elink:VkCullModeFlagBits.
|
|
It is used as a member and/or parameter of the structures and commands
|
|
in the See Also section below.
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
elink:VkCullModeFlagBits, slink:VkPipelineRasterizationStateCreateInfo
|
|
|
|
|
|
Document Notes
|
|
--------------
|
|
|
|
For more information, see the Vulkan Specification at URL
|
|
|
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkCullModeFlags
|
|
|
|
This page is a generated document.
|
|
Fixes and changes should be made to the generator scripts,not directly.
|
|
|
|
include::footer.txt[]
|
|
|