An open API service indexing awesome lists of open source software.

https://github.com/wqweto/vbd3d11

A fairly complete VB6-compatible DirectX 11 type library
https://github.com/wqweto/vbd3d11

d3d11 dxgi vb6

Last synced: 7 months ago
JSON representation

A fairly complete VB6-compatible DirectX 11 type library

Awesome Lists containing this project

README

          

## DirectX 11 for VB6 1.0 Type Library

A fairly complete VB6-compatible DirectX 11 type library

### Description

This project is a work-in-progress on bringing D3D, D3D11 and DXGI APIs incl. enums, structs, interfaces and functions to VB6.

Some of the declarations are left as stubs yet, with some interfaces aliased to `IUnknown` and structs declared as `void`.

### Usage

In VB6 IDE just add reference to `VBD3D11.tlb` in the `typelib` directory.

The `VBD3D11.tlb` file is needed only in VB6 IDE and there is no need to ship it with final executables (please don't).

### Samples

Check out the `tutorials` directory for code samples.