Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
GrVkSamplerYcbcrConversion::Key Struct Reference

#include <GrVkSamplerYcbcrConversion.h>

Public Member Functions

 Key ()=default
 
 Key (VkFormat vkFormat, uint64_t externalFormat, uint32_t conversionKey)
 
bool operator== (const Key &that) const
 

Public Attributes

VkFormat fVkFormat = VK_FORMAT_UNDEFINED
 
uint32_t fConversionKey = 0
 
uint64_t fExternalFormat = 0
 

Detailed Description

Definition at line 27 of file GrVkSamplerYcbcrConversion.h.

Constructor & Destructor Documentation

◆ Key() [1/2]

GrVkSamplerYcbcrConversion::Key::Key ( )
default

◆ Key() [2/2]

GrVkSamplerYcbcrConversion::Key::Key ( VkFormat  vkFormat,
uint64_t  externalFormat,
uint32_t  conversionKey 
)
inline

Definition at line 29 of file GrVkSamplerYcbcrConversion.h.

Member Function Documentation

◆ operator==()

bool GrVkSamplerYcbcrConversion::Key::operator== ( const Key that) const
inline

Definition at line 39 of file GrVkSamplerYcbcrConversion.h.

39 {
40 return this->fVkFormat == that.fVkFormat &&
41 this->fExternalFormat == that.fExternalFormat &&
42 this->fConversionKey == that.fConversionKey;
43 }

Member Data Documentation

◆ fConversionKey

uint32_t GrVkSamplerYcbcrConversion::Key::fConversionKey = 0

Definition at line 36 of file GrVkSamplerYcbcrConversion.h.

◆ fExternalFormat

uint64_t GrVkSamplerYcbcrConversion::Key::fExternalFormat = 0

Definition at line 37 of file GrVkSamplerYcbcrConversion.h.

◆ fVkFormat

VkFormat GrVkSamplerYcbcrConversion::Key::fVkFormat = VK_FORMAT_UNDEFINED

Definition at line 35 of file GrVkSamplerYcbcrConversion.h.


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