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 година |