HU/Element/Texture: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ The texture class represents a source of renderable pixels which can be used as an image with dxDrawImage, dxDrawImageSection or as a value in dxSetShaderV...")
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
The texture class represents a source of renderable pixels which can be used as an image with [[dxDrawImage]], [[dxDrawImageSection]] or as a value in [[dxSetShaderValue]].
A texture osztály a megjeleníthető képpontok forrását jelenti, amelyek használhatóak képként is a [[dxDrawImage]], [[dxDrawImageSection]] használatával, vagy értékként a [[dxSetShaderValue]].


The element type of this class is '''"texture"'''.
Az osztály elemtípusa a '''"texture"'''.




Texture elements are created by the following functions:
A texture elemeket a következő függvényekkel lehet étrehozni:
* [[dxCreateTexture]]
* [[HU/dxCreateTexture]]
* [[dxCreateRenderTarget]]
* [[HU/dxCreateRenderTarget]]
* [[dxCreateScreenSource]]
* [[HU/dxCreateScreenSource]]


[[Category:Element Types]]
[[Category:Element Types]]


[[en:Element/Texture]]
[[en:Element/Texture]]
[[ru:Element/Texture]]
[[hu:Element/Texture]]


==Fordította==
==Fordította==
  '''2018.12.08.''' <font size="3">'''[https://wiki.multitheftauto.com/wiki/User:Surge Surge]'''</font>
  '''2018.12.08.''' <font size="3">'''[https://wiki.multitheftauto.com/wiki/User:Surge Surge]'''</font>

Latest revision as of 21:38, 19 August 2021

A texture osztály a megjeleníthető képpontok forrását jelenti, amelyek használhatóak képként is a dxDrawImage, dxDrawImageSection használatával, vagy értékként a dxSetShaderValue.

Az osztály elemtípusa a "texture".


A texture elemeket a következő függvényekkel lehet étrehozni:

Fordította

2018.12.08. Surge