syntheticmagus
|
fe6d2b222c
Removed nativeShaderProcessor.ts now that Babylon Native's shader processing should be done using glslang.
|
5 年之前 |
syntheticmagus
|
959dd2d7aa
Finally got the flight helmet working with Babylon Native again. Required changing the names of a few function arguments that had been named the same things as uniforms, because those names end up getting replaced by the native shader preprocessor, which can then end up putting dot syntax (i.e., variable.xyz) in places where it can't go, like function argument declarations.
|
5 年之前 |
syntheticmagus
|
ebd5177b6e
Merge branch 'master' into nativeEngineShaderInlining
|
5 年之前 |
Ryan Tremblay
|
21471d1579
Disallow window.requestAnimationFrame for Babylon Native
|
5 年之前 |
syntheticmagus
|
51e92e8ca8
Preliminary code for NativeEngine shader inlining.
|
5 年之前 |
syntheticmagus
|
41624cd8f3
Simplified dynamic buffer support to work with more robust underlying implementation.
|
5 年之前 |
syntheticmagus
|
37d0697102
Preliminary support for dynamic vertex and index buffers.
|
5 年之前 |
Gary Hsu
|
5457da2f52
Asynchronous texture loading in native engine
|
5 年之前 |
Gary Hsu
|
fbda4ac098
Minor tweaks to native engine
|
5 年之前 |
Popov72
|
89cf0f9a01
Remove dependency to WebGLPipelineContext
|
5 年之前 |
Gary Hsu
|
fc6b1aacbc
Add cube texture support to native engine
|
5 年之前 |
Gary Hsu
|
f45f9664f9
Experimental support for KTX2 and KHR_texture_basisu
|
5 年之前 |
Gary Hsu
|
56339e2c31
Use ArrayBufferView for texture loaders
|
5 年之前 |
Cedric Guillemet
|
8af4aa0b44
getHostDocument fix for native engine
|
5 年之前 |
Cedric Guillemet
|
424e1ed5bb
setBool not used
|
5 年之前 |
Cedric Guillemet
|
5b0ba79464
setInt used internaly for setBool
|
5 年之前 |
Gary Hsu
|
d70091c5e1
Merge pull request #7054 from CedricGuillemet/checkInvalidHandleNative
|
5 年之前 |
Cedric Guillemet
|
d212d3a8b9
loadtexture now return boolean
|
5 年之前 |
Cedric Guillemet
|
9cf99e9aa4
nullable color
|
5 年之前 |
Cedric Guillemet
|
83a5d2cb5c
clear flags and values for native
|
5 年之前 |
Cedric Guillemet
|
4882aa1ccc
empty line
|
5 年之前 |
Cedric Guillemet
|
6e62ac71da
check for loadcubetexture
|
5 年之前 |
Cedric Guillemet
|
d207286c52
Merge branch 'master' of https://github.com/BabylonJS/Babylon.js into checkInvalidHandleNative
|
5 年之前 |
Cedric Guillemet
|
54d655c3f7
Check bgfx resource creation
|
5 年之前 |
Gary Hsu
|
0ea3690410
Merge pull request #7047 from BabylonJS/nativeSetviewPort
|
5 年之前 |
Cedric Guillemet
|
9833ba118e
linting
|
5 年之前 |
Cedric Guillemet
|
58c13c10d9
JS part of setviewport for BabylonNative
|
5 年之前 |
Cedric Guillemet
|
33b1987b4f
missing function declaration
|
5 年之前 |
Cedric Guillemet
|
2e7783c556
removed commented line
|
5 年之前 |
Cedric Guillemet
|
8d2c7f08cf
vertical flip texture when Loading occurs in native engine
|
5 年之前 |