We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simply running the hello-triangle sample in the emulator with the vulkan backend reproduces the problem.
adb shell setprop debug.filament.backend 2
The application will crash with this error:
Filament com...ndroid.filament.hellotriangle E PanicLog in void utils::panic(const char *, const char *, int, const char *):34 in file /Users/mathias/sources/git/filament/libs/utils/src/debug.cpp reason: (...)/vulkan/VulkanTexture.cpp:283: failed assertion 'stage->memory'
The error is VK_ERROR_FEATURE_NOT_PRESENT
VK_ERROR_FEATURE_NOT_PRESENT
The text was updated successfully, but these errors were encountered:
Hmm, I'm not seeing this. I used a emulated P6pro with API 33. Do you have details of your emulated device?
Sorry, something went wrong.
poweifeng
No branches or pull requests
Simply running the hello-triangle sample in the emulator with the vulkan backend reproduces the problem.
adb shell setprop debug.filament.backend 2
The application will crash with this error:
The error is
VK_ERROR_FEATURE_NOT_PRESENT
The text was updated successfully, but these errors were encountered: