LuisaGroup / LuisaCompute

High-Performance Rendering Framework on Stream Architectures
BSD 3-Clause "New" or "Revised" License
703 stars 62 forks source link

[ISPC] 可能错误的mipmap采样 #6

Closed 111116 closed 1 year ago

111116 commented 2 years ago

当贴图尺寸不符合 2ⁿ×2ⁿ 时,调用 bindless_texture_sample2d_level 可能返回不准确的结果

Mike-Leo-Smith commented 1 year ago

The ISPC backend is deprecated. MIP-maps have been implemented in the LLVM backend.