- GetMem(FrameData, AVIInfo.dwWidth*AVIInfo.dwHeight*3); // Allocate a buffer for the bitmap data.
- VidTexture :=CreateTexture(AviInfo.dwWidth, AviInfo.dwHeight, FrameData); // Create a texture object.
Texture zur laufzeit ladenModerator: DGL-Team
|