Ipotrick

Results 29 comments of Ipotrick

@Makio64 i simply list the uvs as attributes as well with a weight of 1.0f. As the uvs already dont vary very much between vertices a weight of 1.0f seems...

add tg managed persistent resources

Tg simplification: only track mip levels, not array layers, move layer tracking to bitfields for simpler slicing

remove puch constant size from pipeline creation, always use 128 bytes

There is too much boilerplate to declare an inline task. ```c daxa::inl_attachment(daxa::TaskImageAccess::COMPUTE_SHADER_STORAGE_READ_WRITE, task_swapchain_image), ``` should be much shorter, maybe something like: ```c daxa::AtComputeShaderStorageRW, task_swapchain_image), ```

Add daxa::TrasnferMemoryPool docs

I think id prefer the coherent to be a modifier to the pointee type. So a pointer to coherent memory would be like this: ```c int coherent * ptr =...

Understandable. Thank your for the consideration.