mwyrzykowski

Results 197 comments of mwyrzykowski

Apple Vision Pro uses either MTLPixelFormatBGRA8Unorm_sRGB or MTLPixelFormatRGBA16Float for the texture format with DisplayP3 for BGRA8 and ExtendedLinearDisplayP3 for RGBA16Float color space. These are the textures that come from the...

Does Vulkan support texture swizzles on Quest similar to [MTLTextureSwizzle](https://developer.apple.com/documentation/metal/mtltextureswizzle?language=objc)? I see some references in the Vulkan documentation to VkComponentSwizzle but not sure if this can be used in a...

Restricting to 256 would be a breaking change but also seems unlikely to break any clients, seems reasonable to me

If a framework has a method for getting an existing `GPUDevice` then it seems like it could easily retrieve the `GPUAdapter` as well, as one has to exist to create...

> I think it's for another situation where a user is allowed to passe a custom device into the framework. In this case, the framework can't get the adapterInfo since...

I am checking with Metal, I created a minimal repro for them based on the above website example.

@greggman if we want this to be portable on macOS 15.0 and earlier then we would need to force sample-index for MSAA targets to get consistent behavior. It does seem...

fwiw @greggman on an M2 Mac I see the top results on Safari Tech Preview 208, but on Chrome Version 133.0.6878.0 I see the bottom which is closer to what...