/odin-dxgi

Odin bindings for DirectX Graphics Interface

Primary LanguageOdinMIT LicenseMIT

odin-dxgi

Odin bindings for DirectX Graphics Interface.

Important: This project has been superseded by Odin's directx vendor collection.

Prerequisites

  • Windows 10 SDK

Installation

Clone this repository to Odin's shared collection, preferably into a directory named 'dxgi'.

cd Odin/shared
git clone https://github.com/englerj/odin-dxgi.git dxgi

Usage

Import the package.

import "shared:dxgi"