Pema Malling
Pema Malling
@llealloo since she usually edits the world
I'm trying to do some GPGPU stuff with glium, and running into this issue. The use of memoffset means that `implement_uniform_block!` doesn't work for unsized structs. Is there a simple...
> I don't see how a fork can help. I don't think there is a way to compute the offset of a field in an unsized struct. It is _certainly_...
Hello. I am facing a similar issue when updating to 0.9: ``` error: In Logical addressing, variables may not allocate a pointer type %165 = OpVariable %_ptr_Private__ptr_Private_uint Private %164 |...
I'm guessing it's one of these two causing issues. Are you not allowed to store references in structs at all? ```rs pub struct FixedVec { pub data: [T; CAPACITY], pub...
It was actually this: ``` pub fn uses_mis(&self) -> bool { self == &NextEventEstimation::MultipleImportanceSampling } pub fn uses_nee(&self) -> bool { self != &NextEventEstimation::None } ``` `self` is a simple...
If you are going to bake SDF textures for the icons I would just do it once, don't have to bother making baking infrastructure. I'm not personally familiar with tools...
I'm just say it doesn't have to be included. If @JLChnToZ goes for this and decides to include it, that's also fine.
Closing due to inactivity