mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-12 00:45:44 +00: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