Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
vulkan
vulkan_debug_report.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_VULKAN_VULKAN_DEBUG_REPORT_H_
6
#define FLUTTER_VULKAN_VULKAN_DEBUG_REPORT_H_
7
8
#include "flutter/fml/macros.h"
9
#include "flutter/vulkan/procs/vulkan_handle.h"
10
#include "flutter/vulkan/procs/vulkan_interface.h"
11
#include "flutter/vulkan/procs/vulkan_proc_table.h"
12
13
namespace
vulkan
{
14
15
class
VulkanDebugReport
{
16
public
:
17
static
std::string
DebugExtensionName
();
18
19
VulkanDebugReport
(
const
VulkanProcTable
&
vk
,
20
const
VulkanHandle<VkInstance>
& application);
21
22
~VulkanDebugReport
();
23
24
bool
IsValid
()
const
;
25
26
private
:
27
const
VulkanProcTable
& vk_;
28
const
VulkanHandle<VkInstance>
& application_;
29
VulkanHandle<VkDebugReportCallbackEXT>
handle_;
30
bool
valid_;
31
32
FML_DISALLOW_COPY_AND_ASSIGN(
VulkanDebugReport
);
33
};
34
35
}
// namespace vulkan
36
37
#endif
// FLUTTER_VULKAN_VULKAN_DEBUG_REPORT_H_
vulkan::VulkanDebugReport
Definition:
vulkan_debug_report.h:15
vulkan::VulkanDebugReport::VulkanDebugReport
VulkanDebugReport(const VulkanProcTable &vk, const VulkanHandle< VkInstance > &application)
Definition:
vulkan_debug_report.cc:185
vulkan::VulkanDebugReport::DebugExtensionName
static std::string DebugExtensionName()
Definition:
vulkan_debug_report.cc:23
vulkan::VulkanDebugReport::~VulkanDebugReport
~VulkanDebugReport()
vulkan::VulkanDebugReport::IsValid
bool IsValid() const
Definition:
vulkan_debug_report.cc:225
vulkan::VulkanHandle< VkInstance >
vulkan::VulkanProcTable
Definition:
vulkan_proc_table.h:17
malisc.vk
vk
Definition:
malisc.py:42
vulkan
Definition:
vulkan_handle.cc:7
Generated on Sun Jun 23 2024 21:56:54 for Flutter Engine by
1.9.4