mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 21:17:58 -05:00
glsl: More FP instructions/fixes
This commit is contained in:
@ -690,22 +690,6 @@ void EmitGlobalAtomicMaxF32x2(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitLogicalOr(EmitContext& ctx, std::string_view a, std::string_view b) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitLogicalAnd(EmitContext& ctx, std::string_view a, std::string_view b) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitLogicalXor(EmitContext& ctx, std::string_view a, std::string_view b) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitLogicalNot(EmitContext& ctx, std::string_view value) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitBindlessImageSampleImplicitLod(EmitContext&) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
Reference in New Issue
Block a user