internal/graphicsdriver/directx: remove unnecessary comments

This commit is contained in:
Hajime Hoshi 2023-03-25 13:53:00 +09:00
parent c1e83432c0
commit 488bce7e36

View File

@ -52,7 +52,6 @@ const (
)
var (
// https://github.com/MicrosoftDocs/sdk-api/blob/docs/sdk-api-src/content/appnotify/nf-appnotify-registerappstatechangenotification.md
d3dcompiler = windows.NewLazySystemDLL("d3dcompiler_47.dll")
procD3DCompile = d3dcompiler.NewProc("D3DCompile")