Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
selectgithub
/
engine
Public
forked from
playcanvas/engine
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
engine
src
graphics
device.js
on
bindbuffer
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 11, 2018
Remove all redundant calls to gl.bindBuffer.
willeastcott
committed
f4acd22
View commit details
Copy full SHA for f4acd22
View code at this point
Browse repository at this point
Commits on Jul 2, 2018
Refactor of texture parameter management.
willeastcott
committed
27df2b9
View commit details
Copy full SHA for 27df2b9
View code at this point
Browse repository at this point
Commits on Jun 30, 2018
[HOTFIX] Ensure texture is bound before updating it.
willeastcott
committed
a00de8c
View commit details
Copy full SHA for a00de8c
View code at this point
Browse repository at this point
Commits on Jun 27, 2018
[FIX] Correctly initialize texture unit cache.
willeastcott
committed
6778703
View commit details
Copy full SHA for 6778703
View code at this point
Browse repository at this point
[FIX] Missing gl var.@
willeastcott
committed
beb2e2c
View commit details
Copy full SHA for beb2e2c
View code at this point
Browse repository at this point
[FIX] Syntax error from previous PR.
willeastcott
committed
4838b0b
View commit details
Copy full SHA for 4838b0b
View code at this point
Browse repository at this point
Remove all redundant calls to gl.bindTexture. (#1245)
willeastcott
authored
9efc3e3
View commit details
Copy full SHA for 9efc3e3
View code at this point
Browse repository at this point
[FIX] Correctly undirty WebGL 2 related texture properties. (#1243)
willeastcott
authored
0fe68b9
View commit details
Copy full SHA for 0fe68b9
View code at this point
Browse repository at this point
Commits on Jun 7, 2018
Merge branch 'stable'
Show description for a75b558
daredevildave
committed
a75b558
View commit details
Copy full SHA for a75b558
View code at this point
Browse repository at this point
[HOTFIX] revert changes to GraphicsDevice.updateBegin
daredevildave
committed
0a7b792
View commit details
Copy full SHA for 0a7b792
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Use Object.assign instead of pc.extend (#1228)
willeastcott
authored
b67c4e8
View commit details
Copy full SHA for b67c4e8
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
Don't use block comments for multiline comments.
willeastcott
committed
6d3fb9a
View commit details
Copy full SHA for 6d3fb9a
View code at this point
Browse repository at this point
Commits on May 23, 2018
No longer needlessly nuke texture unit and bound buffer cache.
willeastcott
committed
06a96fa
View commit details
Copy full SHA for 06a96fa
View code at this point
Browse repository at this point
Move texture GPU size calculation to texture.js
willeastcott
committed
a0523ae
View commit details
Copy full SHA for a0523ae
View code at this point
Browse repository at this point
Deprecate custom exceptions in pc.GraphicsDevice.
willeastcott
committed
e43896d
View commit details
Copy full SHA for e43896d
View code at this point
Browse repository at this point
Commits on May 21, 2018
ESLint: consistent unary operator spacing.\
willeastcott
committed
fe4ed07
View commit details
Copy full SHA for fe4ed07
View code at this point
Browse repository at this point
Commits on May 20, 2018
ESLint: consistent function parenthesis spacing (#1216)
willeastcott
authored
34890bc
View commit details
Copy full SHA for 34890bc
View code at this point
Browse repository at this point
ESLint fixes (#1215)
Show description for e9716f8
willeastcott
authored
e9716f8
View commit details
Copy full SHA for e9716f8
View code at this point
Browse repository at this point
Commits on May 18, 2018
[FIX] Various ESLint errors.
willeastcott
committed
0ba152b
View commit details
Copy full SHA for 0ba152b
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
Support for more ESLint rules (#1161)
Show description for 58d9d93
willeastcott
authored
58d9d93
View commit details
Copy full SHA for 58d9d93
View code at this point
Browse repository at this point
Commits on Apr 8, 2018
gl.RASTERIZER_DISCARD available in WebGL 2 context (#1168)
Show description for 863e24c
axmand
authored and
willeastcott
committed
863e24c
View commit details
Copy full SHA for 863e24c
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
ESLint fixes (#1160)
Show description for 5989731
willeastcott
authored
5989731
View commit details
Copy full SHA for 5989731
View code at this point
Browse repository at this point
Commits on Mar 30, 2018
Merge branch 'layers'
vkalpias
committed
12adba6
View commit details
Copy full SHA for 12adba6
View code at this point
Browse repository at this point
Commits on Mar 27, 2018
Add support for eslint (#1139)
Show description for 759be89
willeastcott
authored and
daredevildave
committed
759be89
View commit details
Copy full SHA for 759be89
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
removed some unused vars from src/graphics/device.js (#1123)
Tatsujinichi
authored and
willeastcott
committed
4274259
View commit details
Copy full SHA for 4274259
View code at this point
Browse repository at this point
Commits on Mar 12, 2018
Support for webglcontextlost (#1119)
Show description for c5bc1b7
willeastcott
authored
c5bc1b7
View commit details
Copy full SHA for c5bc1b7
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
resolve merge
guycalledfrank
committed
d1f7cb9
View commit details
Copy full SHA for d1f7cb9
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
[FIX] documentation links in pc.StencilParameters (#1085)
Show description for d7ef16e
daredevildave
authored and
willeastcott
committed
d7ef16e
View commit details
Copy full SHA for d7ef16e
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
allow device.copyRenderTarget to copy to backbuffer
guycalledfrank
committed
3c5a3a9
View commit details
Copy full SHA for 3c5a3a9
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
fix RGB8/RGBA8 used as MSAA RTs
guycalledfrank
committed
fbbcfc0
View commit details
Copy full SHA for fbbcfc0
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
merge batching to sorting
guycalledfrank
committed
cca0bc7
View commit details
Copy full SHA for cca0bc7
View code at this point
Browse repository at this point
Commits on Dec 9, 2017
Add pc.Texture#flipY (#1051)
Show description for d71de2d
willeastcott
authored
d71de2d
View commit details
Copy full SHA for d71de2d
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
remove instancing functions, cleanup
guycalledfrank
committed
0a5400e
View commit details
Copy full SHA for 0a5400e
View code at this point
Browse repository at this point
fix shaders not updating in lightmapper, cleanup
guycalledfrank
committed
309b501
View commit details
Copy full SHA for 309b501
View code at this point
Browse repository at this point
Commits on Nov 13, 2017
adapt particles
guycalledfrank
committed
796f288
View commit details
Copy full SHA for 796f288
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.