-
`Feature request`
Please enable GPU mode.
-
### Describe the new feature or enhancement
it's possible to have an feature to extract computeshaders
-
Colección de tareas finales necesarias para la entrega.
- [x] 1
- [x] 2
- [x] 3
- [x] 4
- [x] 5
- [x] 6
- [x] 7
- [x] 8
- [x] 9
- [x] 10
- [x] 11
- [x] 12
- [x] 13
- [x] 14
- [x] 15…
-
Evaluate current research state and asses different approaches on how to integrate them in FUSEE.
https://www.cg.tuwien.ac.at/research/publications/2020/SCHUETZ-2020-MPC/
https://arxiv.org/pdf/210…
-
Hello, we had some issues concerning RAM consumption. First of all, when we import the models in our project, automatically we see spike in our used memory. It seems that the models use double the mem…
-
First of all, thank you for this awesome repo! It makes working with GPU processing so much easier! ;)
Since I don't have a lot of experience with shaders overall (other than Unitys ComputeShaders) I…
-
```
Vendor: NVIDIA Corporation
Renderer: GeForce GTX 750 Ti/PCIe/SSE2
Version: 4.6.0 NVIDIA 442.19
Beginning Scene load, checking scene description file:
Cannot access ../assets/scenes/Sponz…
-
Attempted to launch the hybridRenderer.exe, the console window shows Loading Complete!..., but the Hybrid Rendering Engine window is unresponsive and stays blank white while using ~18% CPU, 0% GPU and…
-
Well, I have 2 rx480, with amdgpu-pro driver, running over gentoo linux.
Driver works well, all opengl and opencl, but vulkan have some problems with my setup.
I dont care if uses the 2 gpu or not…
-
So, I'm trying to use this for retrieving an RWStructuredBuffer of a custom struct, containing 2 Vector4s
`struct ReturnData {
float4 param1;
float4 param2;
};`
And the retrieve code looks some…