Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raytracing example bugg #305

Open
P-Asta opened this issue Apr 8, 2024 · 1 comment
Open

raytracing example bugg #305

P-Asta opened this issue Apr 8, 2024 · 1 comment
Labels

Comments

@P-Asta
Copy link

P-Asta commented Apr 8, 2024

$ cargo r --example raytracing
    Finished dev [unoptimized + debuginfo] target(s) in 0.03s
     Running `target/debug/examples/raytracing`
2024-04-09 07:49:53.202 raytracing[3325:82928] CAMetalLayer ignoring invalid setDrawableSize width=4294967295.000000 height=4294967295.000000
-[MTLTextureDescriptorInternal validateWithDevice:]:1357: failed assertion `Texture Descriptor Validation
MTLTextureDescriptor has width (4294967295) greater than the maximum allowed size of 16384.
MTLTextureDescriptor has height (4294967295) greater than the maximum allowed size of 16384.
'
fish: Job 1, 'cargo r --example raytracing' terminated by signal SIGABRT (Abort)
@kvark kvark added the bug label Apr 10, 2024
@xorza
Copy link

xorza commented May 14, 2024

winit = "0.28"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants