veka0 / lazurite

Unofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine
https://veka0.github.io/lazurite/
GNU General Public License v3.0
18 stars 3 forks source link

Missing support for samplerCubeArray buffer type #4

Open veka0 opened 2 weeks ago

veka0 commented 2 weeks ago

Latest preview 1.21.20.21 added a new samplerCubeArray buffer type, which requires patching shader tools to properly support. It shouldn't be a major breaking change once implemented into lazurite.

Shaderc also requires patching to support EXT_texture_cube_map_array extension.

veka0 commented 1 week ago

Apparently there is also one more unknown buffer type, at index 11

veka0 commented 1 week ago

Added support for cubemap arrays in my bgfx-mcbe fork https://github.com/veka0/bgfx-mcbe