mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-28 06:58:58 +02:00
[revert] Opcode Promotion path emulation
This commit is contained in:
parent
d3d94d38b6
commit
6c4d055908
11 changed files with 76 additions and 392 deletions
|
|
@ -401,7 +401,7 @@ void SetupTransformFeedbackCapabilities(EmitContext& ctx, Id main_func) {
|
|||
}
|
||||
|
||||
void SetupCapabilities(const Profile& profile, const Info& info, EmitContext& ctx) {
|
||||
if (info.uses_sampled_1d && profile.support_sampled_1d) {
|
||||
if (info.uses_sampled_1d) {
|
||||
ctx.AddCapability(spv::Capability::Sampled1D);
|
||||
}
|
||||
if (info.uses_sparse_residency) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue