glsl: More FP instructions/fixes
This commit is contained in:
parent
5e9095ef22
commit
65c6f73e43
5 changed files with 41 additions and 28 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue