mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-31 15:53:17 +00:00
shader_recompiler: Remove AMD native CubeFaceCoord. (#2129)
This commit is contained in:
parent
5810c88c00
commit
82cb298c5c
6 changed files with 10 additions and 37 deletions
|
@ -342,7 +342,6 @@ public:
|
|||
void ImageWrite(const Value& handle, const Value& coords, const U32& lod,
|
||||
const U32& multisampling, const Value& color, TextureInstInfo info);
|
||||
|
||||
[[nodiscard]] Value CubeFaceCoord(const Value& cube_coords);
|
||||
[[nodiscard]] F32 CubeFaceIndex(const Value& cube_coords);
|
||||
|
||||
void EmitVertex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue