Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

VkQueryControlFlagBits(3)

Name

VkQueryControlFlagBits - Bitmask specifying constraints on a query

C Specification

Bits whichcan be set invkCmdBeginQuery::flags, specifyingconstraints on the types of queries thatcan be performed, are:

// Provided by VK_VERSION_1_0typedef enum VkQueryControlFlagBits {    VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001,} VkQueryControlFlagBits;

Description

See Also

Document Notes

For more information, see theVulkan Specification.

This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.


[8]ページ先頭

©2009-2026 Movatter.jp