syntheticmagus
|
fe6d2b222c
Removed nativeShaderProcessor.ts now that Babylon Native's shader processing should be done using glslang.
|
vor 5 Jahren |
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.
|
vor 5 Jahren |
syntheticmagus
|
ebd5177b6e
Merge branch 'master' into nativeEngineShaderInlining
|
vor 5 Jahren |
Ryan Tremblay
|
21471d1579
Disallow window.requestAnimationFrame for Babylon Native
|
vor 5 Jahren |
syntheticmagus
|
51e92e8ca8
Preliminary code for NativeEngine shader inlining.
|
vor 5 Jahren |
syntheticmagus
|
41624cd8f3
Simplified dynamic buffer support to work with more robust underlying implementation.
|
vor 5 Jahren |
syntheticmagus
|
37d0697102
Preliminary support for dynamic vertex and index buffers.
|
vor 5 Jahren |
Gary Hsu
|
5457da2f52
Asynchronous texture loading in native engine
|
vor 5 Jahren |
Gary Hsu
|
fbda4ac098
Minor tweaks to native engine
|
vor 5 Jahren |
Popov72
|
89cf0f9a01
Remove dependency to WebGLPipelineContext
|
vor 5 Jahren |
Gary Hsu
|
fc6b1aacbc
Add cube texture support to native engine
|
vor 5 Jahren |
Gary Hsu
|
f45f9664f9
Experimental support for KTX2 and KHR_texture_basisu
|
vor 5 Jahren |
Gary Hsu
|
56339e2c31
Use ArrayBufferView for texture loaders
|
vor 5 Jahren |
Cedric Guillemet
|
8af4aa0b44
getHostDocument fix for native engine
|
vor 5 Jahren |
Cedric Guillemet
|
424e1ed5bb
setBool not used
|
vor 5 Jahren |
Cedric Guillemet
|
5b0ba79464
setInt used internaly for setBool
|
vor 5 Jahren |
Gary Hsu
|
d70091c5e1
Merge pull request #7054 from CedricGuillemet/checkInvalidHandleNative
|
vor 5 Jahren |
Cedric Guillemet
|
d212d3a8b9
loadtexture now return boolean
|
vor 5 Jahren |
Cedric Guillemet
|
9cf99e9aa4
nullable color
|
vor 5 Jahren |
Cedric Guillemet
|
83a5d2cb5c
clear flags and values for native
|
vor 5 Jahren |
Cedric Guillemet
|
4882aa1ccc
empty line
|
vor 5 Jahren |
Cedric Guillemet
|
6e62ac71da
check for loadcubetexture
|
vor 5 Jahren |
Cedric Guillemet
|
d207286c52
Merge branch 'master' of https://github.com/BabylonJS/Babylon.js into checkInvalidHandleNative
|
vor 5 Jahren |
Cedric Guillemet
|
54d655c3f7
Check bgfx resource creation
|
vor 5 Jahren |
Gary Hsu
|
0ea3690410
Merge pull request #7047 from BabylonJS/nativeSetviewPort
|
vor 5 Jahren |
Cedric Guillemet
|
9833ba118e
linting
|
vor 5 Jahren |
Cedric Guillemet
|
58c13c10d9
JS part of setviewport for BabylonNative
|
vor 5 Jahren |
Cedric Guillemet
|
33b1987b4f
missing function declaration
|
vor 5 Jahren |
Cedric Guillemet
|
2e7783c556
removed commented line
|
vor 5 Jahren |
Cedric Guillemet
|
8d2c7f08cf
vertical flip texture when Loading occurs in native engine
|
vor 5 Jahren |