kaleido3d icon indicating copy to clipboard operation
kaleido3d copied to clipboard

Next Generation Renderer for Cross Platform Engine Development

Results 6 kaleido3d issues
Sort by recently updated
recently updated
newest added

* DXR to SPIRV [glslang][1]/[DXC][2] * ngfx layer [1]:https://github.com/Tomicyo/glslang [2]:https://github.com/Tomicyo/DirectXShaderCompiler

enhancement
must

* use hash map to cache the descriptors and pipeline objects

enhancement

- RHI only provides direct mapping to raw API calls. - According to the visibility, we free the memory of invisible object, and make budget for new objects. > see...