dx.Driver
dx.Driver
Fields
| Name | Type | |
|---|---|---|
| static | create | Fun |
| static | createRenderTargetView | Fun |
| static | createRasterizerState | Fun |
| static | getDeviceName | Fun |
| static | compileShader | Fun |
| static | createVertexShader | Fun |
| static | createPixelShader | Fun |
| static | createTexture2d | Fun |
| static | createDepthStencilState | Fun |
| static | createSamplerState | Fun |
| static | createShaderResourceView | Fun |
| static | set_fullScreen | Fun |
| static | detectKeyboardLayout | Fun |
Protos
No protos.
Bindings
- static
f@8415detectKeyboardLayout() → String - static
f@18316set_fullScreen(Bool) → Bool - static
f@18309createShaderResourceView(Abstract, dx.ShaderResourceViewDesc) → Abstract - static
f@18307createSamplerState(dx.SamplerDesc) → Abstract - static
f@18303createDepthStencilState(dx.DepthStencilDesc) → Abstract - static
f@18298createTexture2d(dx.Texture2dDesc, Bytes) → Abstract - static
f@18285createPixelShader(haxe.io.Bytes) → Abstract - static
f@18283createVertexShader(haxe.io.Bytes) → Abstract - static
f@18280compileShader(String, String, String, String, I32) → haxe.io.Bytes - static
f@6452getDeviceName() → String - static
f@18272createRasterizerState(dx.RasterizerDesc) → Abstract - static
f@18269createRenderTargetView(Abstract, dx.RenderTargetDesc) → Abstract - static
f@18264create(dx.Window, I32, Ref, Ref) → Abstract