nvpro-samples / vk_gltf_renderer

Rendering glTF scenes with ray tracer and raster (Vulkan)
Apache License 2.0
157 stars 13 forks source link

Feature request: KHR_mesh_quantization #10

Closed tigrazone closed 2 months ago

tigrazone commented 2 months ago

is it possible to support KHR_mesh_quantization?

mklefrancois commented 2 months ago

We do not plan to support this extension in the near future. In the meantime, if data compression is important, the nvvkhl::SceneVk::createVertexBuffers function can be overloaded to upload the vertex data. Then the vertex_accessor.h must be synchronized with this new data.