mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 03:11:29 +00:00
- reduce output location value - texture_depth_multisampled_2d - matrix stride handling - ldexp for unsigned second argument Change-Id: Ib0782838dfa93fc637118cbf1faea67cf2406dd5 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60460 Auto-Submit: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
11 lines
118 B
HLSL
11 lines
118 B
HLSL
RWByteAddressBuffer myvar : register(u0, space0);
|
|
|
|
void main_1() {
|
|
return;
|
|
}
|
|
|
|
void main() {
|
|
main_1();
|
|
return;
|
|
}
|