mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
shader: Implement CSET and CSETP
This commit is contained in:
parent
187776e450
commit
3c7ec88397
6 changed files with 114 additions and 15 deletions
|
@ -5,12 +5,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Shader::IR {
|
||||
|
||||
enum class FlowTest {
|
||||
enum class FlowTest : u64 {
|
||||
F,
|
||||
LT,
|
||||
EQ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue