Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 }

Member Data Documentation

◆ family

size_t impeller::QueueIndexVK::family = 0

Definition at line 16 of file queue_vk.h.

◆ index

size_t impeller::QueueIndexVK::index = 0

Definition at line 17 of file queue_vk.h.


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