-
Notifications
You must be signed in to change notification settings - Fork 1
/
KnownIssues.txt
50 lines (40 loc) · 1.53 KB
/
KnownIssues.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Android:
--------
- Android does not handle unicode file names inside the 'assets' folder,
so do not utilize unicode for filenames stored in Content.
Windows:
--------
- The generated project files do not detect changes to the build environment automatically.
So its your job to run FslBuildGen when you change it!
- If a new shader is added to Content.bld and no files has been modified the content builder
does not get run by visual studio.
G2D
---
- Early access. Everything is subject to changes.
- Experimental support and it only works under Yocto.
- DFGraphicsBasic2D shows a black screen because its using stub implementations to render.
- '--Stats' shows nothing because its using stub implementations to render.
- Screenshot functionality does not work.
- NativeGraphicsBasic2D is mostly a stub.
- NativeTexture2D is a stub.
- NativeBatch2D is a stub.
- The screen resolution used by the demoframework is invalid (it thinks the size is 0,0).
- No input support.
OpenCL
------
- Early access. Everything is subject to changes.
- Limited platform support
OpenVX
------
- Early access. Everything is subject to changes.
- Windows and Ubuntu uses the Khronos OpenVX 1.1 sample implementation.
- Limited platform support
Vulkan
------
- Early access. Everything is subject to changes.
- DemoAppVulkan is a complete work in progress.
- Limited platform support
- Ubuntu X11 is in theory supported but has not been tested yet.
- Qnx support is disabled.
- Yocto support is available for WindowSystem=FB only.
- Requires 1.0.42.2 or newer or windows