Skip to content

Commit

Permalink
Formatting [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Sep 23, 2019
1 parent c283527 commit a3ac1da
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions Source/Renderer/checkFloatTexturePrecision.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
define([
'../Core/PixelFormat',
'../Shaders/CheckFloatTexturePrecisionFS',
'./ComputeCommand',
'./ComputeEngine',
'./Framebuffer',
'./PixelDatatype',
'./Texture'
], function(
PixelFormat,
CheckFloatTexturePrecisionFS,
ComputeCommand,
ComputeEngine,
Framebuffer,
PixelDatatype,
Texture
) {
'../Core/PixelFormat',
'../Shaders/CheckFloatTexturePrecisionFS',
'./ComputeCommand',
'./ComputeEngine',
'./Framebuffer',
'./PixelDatatype',
'./Texture'
], function(
PixelFormat,
CheckFloatTexturePrecisionFS,
ComputeCommand,
ComputeEngine,
Framebuffer,
PixelDatatype,
Texture) {
'use strict';

/**
Expand Down

0 comments on commit a3ac1da

Please sign in to comment.