shader/image: Implement SULD and remove irrelevant code
* Implement SULD as float. * Remove conditional declaration of GL_ARB_shader_viewport_layer_array.
This commit is contained in:
parent
4de0f1e1c8
commit
675f23aedc
10 changed files with 110 additions and 47 deletions
|
@ -1427,7 +1427,7 @@ union Instruction {
|
|||
ASSERT(mode == SurfaceDataMode::D_BA);
|
||||
return store_data_layout;
|
||||
}
|
||||
} sust;
|
||||
} suldst;
|
||||
|
||||
union {
|
||||
BitField<28, 1, u64> is_ba;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue