CreateGraphFromGraphImage

基本イメージデータからグラフィックハンドルを作成する

  1. int CreateGraphFromGraphImage(const(.BASEIMAGE)* RgbBaseImage, int TextureFlag, int ReverseFlag)
    version(!DX_NOTUSE_DRAWFUNCTION)
    extern
    int
    CreateGraphFromGraphImage
    (,
    int TextureFlag = dxlib_d.dxdatatype.TRUE
    ,
    int ReverseFlag = dxlib_d.dxdatatype.FALSE
    )
  2. int CreateGraphFromGraphImage(const(.BASEIMAGE)* RgbBaseImage, const(.BASEIMAGE)* AlphaBaseImage, int TextureFlag, int ReverseFlag)

Meta