forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
14
Kha/Sources/kha/graphics5_/Graphics.hx
Normal file
14
Kha/Sources/kha/graphics5_/Graphics.hx
Normal file
@ -0,0 +1,14 @@
|
||||
package kha.graphics5_;
|
||||
|
||||
interface Graphics {
|
||||
function begin(target: RenderTarget): Void;
|
||||
function end(): Void;
|
||||
function swapBuffers(): Void;
|
||||
#if kha_dxr
|
||||
function setAccelerationStructure(accel: AccelerationStructure): Void;
|
||||
function setRayTracePipeline(pipe: RayTracePipeline): Void;
|
||||
function setRayTraceTarget(target: RayTraceTarget): Void;
|
||||
function dispatchRays(commandList: CommandList): Void;
|
||||
function copyRayTraceTarget(commandList: CommandList, renderTarget: RenderTarget, output: RayTraceTarget): Void;
|
||||
#end
|
||||
}
|
Reference in New Issue
Block a user