voodoo icon indicating copy to clipboard operation
voodoo copied to clipboard

WIP: Use slices of proper size with PhysicalDeviceMemoryProperties

Open GabrielMajeri opened this issue 6 years ago • 2 comments

This pull request changes the MemoryProperties struct to return subslices of the right size, instead of returning a big slice with some empty structs at the end and a count of valid structures.

The issue is, I don't know how to change this in the code generator. I've only changed the generated code.

Fixes #10

GabrielMajeri avatar Jun 23 '18 05:06 GabrielMajeri

Ok that's fine. I'll make the changes to the generator as soon as I can (may be a little while).

c0gent avatar Jun 23 '18 05:06 c0gent

If you want to fiddle with the generator yourself, feel free to ask me anything you need to know.

c0gent avatar Jun 23 '18 05:06 c0gent