What's the correct format for texture load.These code doesn't work for me.
Code:
Texture := TextureInit(FDevice, 'c:/MyPic.bmp', TPixelFormat.RGBA8);
...