-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Metal] Blindly start fixing compute things while Xcode is updating
- Loading branch information
1 parent
b2e3c89
commit 97b08b8
Showing
3 changed files
with
15 additions
and
117 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Backends/Graphics5/Metal/Sources/kinc/backend/graphics5/compute.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#pragma once | ||
|
||
typedef struct kinc_g5_compute_shader_impl { | ||
char name[1024]; | ||
void *_function; | ||
void *_pipeline; | ||
void *_reflection; | ||
} kinc_g5_compute_shader_impl; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters