I'm using xcode7.3 to debug metal gpu frames, but the capture gpu frame button is always gray and not available when debugging ios9.2 devices while it's ok with ios9.3 devices. The info shows that "the gpu debugging service is not available on this device(256)". Any solution?
ios9.2&xcode7.3 metal debug fail
920 Views Asked by user1411817 At
1
There are 1 best solutions below
Related Questions in METAL
- Using MTLPixelFormat.rgba16Float results in random round-off errors
- The Three-Image Problem: How do I set tagged color data in MTKView and CIContext to properly display all three images?
- Max total threads per thread group and gpu cores on apple machines
- MTLBuffers returning "shifted" values in kernel shader using structs, works on simulator, not on device
- Failed to install llama-cpp-python with Metal on M2 Ultra
- How to use multiple mps devices in M1 Mac for PyTorch
- Metal: Image blocks and MSAA
- Basic ImGui program doesn't render, leaks memory and crashes
- How to set frame rate in GLFW based metal application?
- In Metal, how to wait for all GPU operations in my process to complete?
- Metal sampling texture from argument buffer generates GPU Address Fault
- glDrawPixels equalent for Metal API
- Lack of non-normalized 10_10_10_2 vertex format in Metal
- Device orientation dependent SwiftUI Metal problem: RBLayer: unable to create texture: BGRA8Unorm
- How to render content of CALayer and sync with it in real-time
Related Questions in XCODE7.3
- Xcode 7.3.1 cannot be opened in MacOS Mojave
- Error when trying to upload Xcode project: Please update Xcode and rebuild your app
- Can build and run on the simulator but cannot archive
- How to upload app to appstore using 7.3
- Recall Twise UiSwitch action code
- How to implement Push notification in xcode 7.3
- How to implement interactive remote notifications in iOS Objective-c
- Xcode 7: iOS some russian Localizable strings are not working
- Xcode - Found an unexpected Mach-O header code: 0x72613c21 - Embedded API
- Master View Cell Labels Blank When Starting In Landscape
- Upgraded Firebase - Getting error on FirebaseApp.configure()
- Garageband does not detect my Audio Unit v3
- Set Xcode archivePath other then project setting for OS X in Jenkins
- Xcode minimum version to launch app to appstore
- Xcode - 7.3.1 Error : Invalid bitcode version (Producer: '800.0.42.1_0' Reader: '703.0.31_0')
Related Questions in IOS9.2
- My app crashed in iOS9.1 & 9.2 device which upload by Xcode 10 official version Seed
- Unable to receive FCM Topic Messaging on iOS 9.2
- Want to navigate to dial pad on clicking mobile number
- React Native - iOS is not recognizing Branch Links
- IPV6 in iOS9 and configuring the IPV6 enable API
- Xcode 8 build crash on iOS 9.2 and below
- Native linking failed, duplicate symbol
- iOS: getting weekOfMonth from date issue
- Check and open app from browser
- ios9.2&xcode7.3 metal debug fail
- iOS seems to be displaying a high bounce rate in Google Analytics
- CoreData fetchRequest with predicate incorrectly skips NULL values
- How to add floating button on top of the UITableView?
- iHealth Gluco monitoring system(BLE device),not able to discover the device
- Is it Possible to add a custom Navigation Bar for CNContactViewController?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Go to instruments and launch any instrument which collect data from GPU on a remote device, for example, "Metal System trace". Run your program in the instrument, stop it, and then exit an instrument. Start debugging your program in XCode, you should noice that "frame capture" is enables.