Posts

Post marked as solved
1 Replies
618 Views
Hello,I have an open source game / graphics engine with multiple rendering back ends which has a series of different graphics demos and tests.. https://github.com/polymonster/pmtechSince I just got a new MacBook Pro 2019 the volume texture example and signed distance field example when used with metal for macOS no longer work because sampling a 3d texture is just returning 0. The examples still run fine on my MacBook Pro 2017 (Mohave), the OpenGL rendering backend also works fine on the 2019 MacBook Pro (Catalina).. I am not sure if it is the hardware or the OS update that might have introduced the issue in Metal.GPU frame capture has never worked for me on macOS which is extremely dissapointing, I have tried to perform captures on a variety of hardware and with different code bases to no avail (unexpected replay termination).Does anyone have working sample code with MTLTextureType3D I can try?
Posted Last updated
.