Interface VulkanQueryPoolCreateInfoType

All Known Implementing Classes:
VulkanQueryPoolCreateInfo

@Immutable public interface VulkanQueryPoolCreateInfoType
Structure specifying parameters of a newly created query pool.
See Also:
  • "VkQueryPoolCreateInfo"
  • Method Details

    • flags

      @Parameter Set<VulkanQueryPoolCreateFlag> flags()
      Returns:
      A set of flags specifying the creation of the pool
    • queryType

      @Parameter VulkanQueryKind queryType()
      Returns:
      A value specifying the type of queries managed by the pool.
    • queryCount

      @Parameter int queryCount()
      Returns:
      The number of queries managed by the pool.
    • pipelineStatistics

      @Parameter Set<VulkanQueryPipelineStatisticFlag> pipelineStatistics()
      Returns:
      A set of flags specifying which counters will be returned in queries on the new pool