onox

Results 46 issues of onox

### Please describe the bug you are seeing `yarn build` fails with the following error: ``` [INFO] [en] Creating an optimized production build... [ERROR] Unable to build website for locale...

bug

Running `alr show --dependents gnat` outputs: ``` Crate gnat is abstract and provided by: gnat_arm_elf gnat_avr_elf gnat_external gnat_native gnat_riscv64_elf ``` Instead I need to choose any of those names listed...

@NikolaiVChr When trying to export to an .ac file, I get the following exception: ``` Traceback (most recent call last): File "/home/onox/.config/blender/2.72/scripts/addons/io_scene_ac3d/__init__.py", line 271, in execute export_ac3d.ExportAC3D(self, context, **keywords) File...

enhancement

Automatic resource management, including physical resource aliasing of virtual resources that do not overlap.

enhancement

Automatic resolve multisampled resources if the resource was written as a FB attachment by blitting the framebuffer. If the resource was written as an image, then so automatic resolving should...

enhancement

`Get_Data` and `Get_Compressed_Data` in `GL.Objects.Textures` assume no PBO is bound and operate synchronously. Refactor these functions so they can operate (only) asynchronously (requires binding a buffer to a PBO and...

enhancement
OpenGL

- [ ] Spatial partitioning data structure - [ ] Instance culling with bounding spheres / box on CPU - [ ] LoD

enhancement

Support automatic reloading of resources (shaders, glTF models, KTX textures) if one of the files used to construct a resource has changed. If reloading fails (e.g. exception is raised in...

enhancement

Support KTXorientation in orka/src/orka/implementation/orka-resources-textures-ktx.adb.

enhancement
KTX