mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Removed unused files.
This commit is contained in:
parent
82d6813c5c
commit
7d61b3eafa
3 changed files with 0 additions and 31 deletions
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"program": {
|
||||
"x86-32": {"url": "nacl-x86/helloworldRelease.nexe"},
|
||||
"x86-64": {"url": "nacl-x64/helloworldRelease.nexe"}
|
||||
}
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>BGFX: Hello, World!</title>
|
||||
</head>
|
||||
<body>
|
||||
<embed name="nacl_module"
|
||||
id="helloworld"
|
||||
width=1280
|
||||
height=720
|
||||
src="helloworld.nmf"
|
||||
type="application/x-nacl"
|
||||
/>
|
||||
</body>
|
||||
</html>
|
|
@ -1,10 +0,0 @@
|
|||
@echo off
|
||||
setlocal
|
||||
set NACL_DEBUG=%~dp0..\..\.debug\nacl
|
||||
set NACL_EXE_STDERR=%NACL_DEBUG%\stderr.txt
|
||||
set NACL_EXE_STDOUT=%NACL_DEBUG%\stdout.txt
|
||||
set NACL_DANGEROUS_ENABLE_FILE_ACCESS=1
|
||||
mkdir %NACL_DEBUG% > nul
|
||||
rm -rf %NACL_EXE_STDERR% > nul
|
||||
rm -rf %NACL_EXE_STDOUT% > nul
|
||||
start %LOCALAPPDATA%\Google\Chrome\Application\chrome.exe --incognito --no-sandbox --show-fps-counter http://localhost:8080 %*
|
Loading…
Reference in a new issue