RedGPU API - v3.0.0-Alpha
    Preparing search index...

    Class BitmapTexture

    BitmapTexture

    Hierarchy (View Summary)

    Index

    Constructors

    • BitmapTexture 생성자

      Parameters

      • redGPUContext: RedGPUContext

        RedGPUContext 인스턴스

      • Optionalsrc: SrcInfo

        텍스처 소스 정보

      • useMipMap: boolean = true

        밉맵 사용 여부(기본값: true)

      • OptionalonLoad: (textureInstance?: BitmapTexture) => void

        로드 완료 콜백

      • OptionalonError: (error: Error) => void

        에러 콜백

      • Optionalformat: GPUTextureFormat

        텍스처 포맷(옵션)

      • usePremultiplyAlpha: boolean = false

        프리멀티플 알파 사용 여부(기본값: false)

      Returns BitmapTexture

    Accessors

    • get gpuDevice(): GPUDevice

      Retrieves the GPU device associated with the current instance.

      Returns GPUDevice

      The GPU device.

    Methods