Fix missing vocab USINGs and mispelled d2dbasetypes
parent
407399b86a
commit
d63c2fefc9
|
@ -1,5 +1,5 @@
|
|||
USING: alien.c-types alien.syntax classes.struct windows.com
|
||||
windows.com.syntax windows.directx.d3dbasetypes windows.directx.dcommon
|
||||
windows.com.syntax windows.directx.d2dbasetypes windows.directx.dcommon
|
||||
windows.directx.dxgi windows.directx.dxgiformat windows.ole32 windows.types ;
|
||||
IN: windows.directx.d2d1
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
USING: alien.syntax classes.struct windows.types ;
|
||||
IN: windows.directx.d3dbasetypes
|
||||
IN: windows.directx.d2dbasetypes
|
||||
|
||||
STRUCT: D3DCOLORVALUE
|
||||
{ r FLOAT }
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
USING: alien.syntax alien.c-types classes.struct windows.types
|
||||
windows.directx.d3d10shader windows.directx.d3d10
|
||||
windows.directx.d3d11 windows.com windows.com.syntax ;
|
||||
windows.directx.d3d11 windows.com windows.com.syntax
|
||||
windows.directx.d3dcommon ;
|
||||
IN: windows.directx.d3d11shader
|
||||
|
||||
LIBRARY: d3d11
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
USING: alien.c-types alien.syntax classes.struct windows.com
|
||||
windows.com.syntax windows.directx.d3d10
|
||||
windows.directx.d3d10misc windows.types ;
|
||||
windows.directx.d3d10misc windows.types windows.directx.d3dx10math ;
|
||||
IN: windows.directx.d3dx10mesh
|
||||
|
||||
LIBRARY: d3dx10
|
||||
|
|
Loading…
Reference in New Issue