Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( VertexShaderProfile = "vs_4_0" PixelShaderProfile = "ps_4_0" VertexShaderEntryPoint = "VSMain" PixelShaderEntryPoint = "PSMain" )
Variables ¶
This section is empty.
Functions ¶
func NewGraphics ¶
func NewGraphics() (graphicsdriver.Graphics, error)
NewGraphics creates an implementation of graphicsdriver.Graphics for DirectX. The returned graphics value is nil iff the error is not nil.
func RegisterPrecompiledFXCs ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.