Go to the source code of this file.
◆ BUFFER_BINDING
#define BUFFER_BINDING |
( |
|
slot, |
|
|
|
type, |
|
|
|
policy |
|
) |
| |
Value: { \
ComputeStep::ResourceType::k##
type##Buffer, \
ComputeStep::DataFlow::kShared, \
ComputeStep::ResourcePolicy::k##
policy, \
kVelloSlot_##slot, \
}
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network policy
Definition at line 62 of file VelloComputeSteps.cpp.
◆ TEXTURE_BINDING
#define TEXTURE_BINDING |
( |
|
slot, |
|
|
|
type, |
|
|
|
policy |
|
) |
| |
Value: { \
ComputeStep::ResourceType::k##
type##Texture, \
ComputeStep::DataFlow::kShared, \
ComputeStep::ResourcePolicy::k##
policy, \
kVelloSlot_##slot, \
}
Definition at line 70 of file VelloComputeSteps.cpp.