Flutter Impeller
impeller::QueueIndexVK Struct Reference

#include <queue_vk.h>

Public Member Functions

constexpr bool operator== (const QueueIndexVK &other) const
 

Public Attributes

size_t family = 0
 
size_t index = 0
 

Detailed Description

Definition at line 15 of file queue_vk.h.

Member Function Documentation

◆ operator==()

constexpr bool impeller::QueueIndexVK::operator== ( const QueueIndexVK other) const
inlineconstexpr

Definition at line 19 of file queue_vk.h.

19  {
20  return family == other.family && index == other.index;
21  }

References family, and index.

Member Data Documentation

◆ family

size_t impeller::QueueIndexVK::family = 0

◆ index

size_t impeller::QueueIndexVK::index = 0

Definition at line 17 of file queue_vk.h.

Referenced by impeller::QueuesVK::FromQueueIndices(), and operator==().


The documentation for this struct was generated from the following file: