dusk: no more dependency to Ast type structures from IR
This commit is contained in:
parent
059411fa97
commit
0a09a4b118
3 changed files with 121 additions and 15 deletions
|
|
@ -650,7 +650,6 @@ pub const InterpolationSample = enum {
|
|||
};
|
||||
|
||||
pub const AddressSpace = enum {
|
||||
none, // TODO
|
||||
function,
|
||||
private,
|
||||
workgroup,
|
||||
|
|
@ -659,7 +658,6 @@ pub const AddressSpace = enum {
|
|||
};
|
||||
|
||||
pub const AccessMode = enum {
|
||||
none, // TODO
|
||||
read,
|
||||
write,
|
||||
read_write,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue