24 Feb 2021 |
TheOnlyMrCat | It draws the shape in the expected spot, and forcing the alpha to one gives me a black square | 01:08:42 |
kvark | if you force the output color to be red, does it render correctly red? | 01:11:39 |
TheOnlyMrCat | Yes. I've also tested setting red and green to the x and y texture coordinates, and I get the correct result | 01:12:22 |
kvark | Can you run the quad example? It samples from a texture. | 01:14:06 |
TheOnlyMrCat | It works on both the master and hal-0.7 branches | 01:25:29 |
kvark | ok, so what are you doing differently? It would be most convenient to use GPU debugging tools and see. But you can also just try to reduce the case and see the differences | 01:26:22 |
| fdem234 joined the room. | 16:57:05 |
| fdem234 set a profile picture. | 16:58:58 |
26 Feb 2021 |
vivichrist | does gfx_hal::queue::Submission still exist? | 00:57:36 |
kvark | nope | 00:58:35 |
vivichrist | Ok I guess I'll learn WebGPU first since it has working tuts | 01:52:00 |
| picoHz joined the room. | 06:43:03 |
csnewman | Does gfx-rs support partially bound and unbounded/variable sized array descriptors? At an initial glance it doesn't appear so? | 20:18:09 |
kvark | Which vulkan extensions correspond to this? | 20:44:33 |
cwfitzgerald | In reply to @kvark:matrix.org Which vulkan extensions correspond to this? it's all DI | 21:06:49 |
cwfitzgerald | In reply to @csnewman:matrix.org Does gfx-rs support partially bound and unbounded/variable sized array descriptors? At an initial glance it doesn't appear so? variable sized array we do UNSIZED_BINDING_ARRAY or whatever | 21:07:19 |
cwfitzgerald | we don't however support descriptorBindingPartiallyBound | 21:07:26 |
cwfitzgerald | I don't think | 21:09:41 |
| hummingbard.com joined the room. | 21:41:41 |
| anonymous joined the room. | 21:41:56 |
| pizza joined the room. | 21:55:09 |
| pizza left the room. | 21:55:12 |
| pizza joined the room. | 21:55:13 |
| trashish joined the room. | 22:11:16 |
| herbertwest3252 joined the room. | 22:45:31 |
27 Feb 2021 |
csnewman | How much effort would it be to bring up DI? (Idk how well the features map to metal for example?) | 00:16:07 |
kvark | I haven't investigated, but it might be possible with metal argument buffers | 00:34:57 |
| TheForgotten joined the room. | 02:49:23 |
| picoHz set a profile picture. | 03:39:43 |
cwfitzgerald | In reply to @csnewman:matrix.org How much effort would it be to bring up DI? (Idk how well the features map to metal for example?) Metal (with msl 2.0) deals with everything we currently expose except unsized bindings (and I think they fixed that in a recent spirv_cross) I get the impression that things like partial binding is also supported as msl is awfully "everything is just a pointer"-ey | 03:41:28 |