rename mach/gpu to mach/gpu-dawn
See https://github.com/hexops/mach/issues/133#issuecomment-999940767 Helps #109 Helps #133 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7ec7fb7af0
commit
7af784bee7
28 changed files with 0 additions and 1 deletions
37
gpu-dawn/src/dawn/sources/tint_sem_src.cc
Normal file
37
gpu-dawn/src/dawn/sources/tint_sem_src.cc
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
#include "third_party/tint/src/sem/array.cc"
|
||||
#include "third_party/tint/src/sem/atomic_type.cc"
|
||||
#include "third_party/tint/src/sem/behavior.cc"
|
||||
#include "third_party/tint/src/sem/block_statement.cc"
|
||||
#include "third_party/tint/src/sem/bool_type.cc"
|
||||
#include "third_party/tint/src/sem/call.cc"
|
||||
#include "third_party/tint/src/sem/call_target.cc"
|
||||
#include "third_party/tint/src/sem/constant.cc"
|
||||
#include "third_party/tint/src/sem/depth_multisampled_texture_type.cc"
|
||||
#include "third_party/tint/src/sem/external_texture_type.cc"
|
||||
#include "third_party/tint/src/sem/f32_type.cc"
|
||||
#include "third_party/tint/src/sem/for_loop_statement.cc"
|
||||
#include "third_party/tint/src/sem/function.cc"
|
||||
#include "third_party/tint/src/sem/i32_type.cc"
|
||||
#include "third_party/tint/src/sem/if_statement.cc"
|
||||
#include "third_party/tint/src/sem/info.cc"
|
||||
#include "third_party/tint/src/sem/intrinsic.cc"
|
||||
#include "third_party/tint/src/sem/intrinsic_type.cc"
|
||||
#include "third_party/tint/src/sem/loop_statement.cc"
|
||||
#include "third_party/tint/src/sem/matrix_type.cc"
|
||||
#include "third_party/tint/src/sem/member_accessor_expression.cc"
|
||||
#include "third_party/tint/src/sem/multisampled_texture_type.cc"
|
||||
#include "third_party/tint/src/sem/parameter_usage.cc"
|
||||
#include "third_party/tint/src/sem/pointer_type.cc"
|
||||
#include "third_party/tint/src/sem/reference_type.cc"
|
||||
#include "third_party/tint/src/sem/sampled_texture_type.cc"
|
||||
#include "third_party/tint/src/sem/sampler_type.cc"
|
||||
#include "third_party/tint/src/sem/storage_texture_type.cc"
|
||||
#include "third_party/tint/src/sem/struct.cc"
|
||||
#include "third_party/tint/src/sem/switch_statement.cc"
|
||||
#include "third_party/tint/src/sem/type_constructor.cc"
|
||||
#include "third_party/tint/src/sem/type_conversion.cc"
|
||||
#include "third_party/tint/src/sem/type_manager.cc"
|
||||
#include "third_party/tint/src/sem/u32_type.cc"
|
||||
#include "third_party/tint/src/sem/variable.cc"
|
||||
#include "third_party/tint/src/sem/vector_type.cc"
|
||||
#include "third_party/tint/src/sem/void_type.cc"
|
||||
Loading…
Add table
Add a link
Reference in a new issue